[chore] add help to cli command
Some checks failed
/ test (push) Waiting to run
/ clippy (push) Has been cancelled

This commit is contained in:
Chris Cochrun 2026-05-08 15:44:22 -05:00
parent 88706b4198
commit 9dadf8bb92

View file

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