[chore] add help to cli command
This commit is contained in:
parent
88706b4198
commit
9dadf8bb92
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ enum Commands {
|
|||
}
|
||||
|
||||
#[derive(Args, Debug, Clone)]
|
||||
#[command(about = "Run headless from the cli", long_about = None)]
|
||||
struct CliCommand {
|
||||
#[arg(short, long)]
|
||||
watch: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue