From 9dadf8bb920ba2e96591b37e3cab9f1ac01ec075 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 8 May 2026 15:44:22 -0500 Subject: [PATCH] [chore] add help to cli command --- src/main.rs | 1 + 1 file changed, 1 insertion(+) 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,