fix info output

pull/15/head
prplV 2024-12-10 13:36:27 +03:00
parent 537e853706
commit a20fcf58f2
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}