diff --git a/src/main.rs b/src/main.rs index 59330ab..be1e231 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,7 +15,7 @@ use std::sync::Arc; use tracing::info; #[derive(Parser)] -#[command(name = "openab")] +#[command(name = "openab", version)] #[command(about = "Discord bot that manages ACP agent sessions", long_about = None)] struct Cli { #[command(subcommand)]