diff --git a/src/main.rs b/src/main.rs index 60f808c..2711742 100755 --- a/src/main.rs +++ b/src/main.rs @@ -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,