fix info output
parent
537e853706
commit
a20fcf58f2
|
|
@ -4,7 +4,7 @@ use clap::{Parser, Subcommand};
|
|||
pub struct Cli {
|
||||
#[command(
|
||||
subcommand,
|
||||
help = "status|start|stop|restart|",
|
||||
help = "to manage Noxis work",
|
||||
)]
|
||||
command : Commands,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue