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