diff --git a/avbroot/src/cli/args.rs b/avbroot/src/cli/args.rs index 116c7e0..32d30ae 100644 --- a/avbroot/src/cli/args.rs +++ b/avbroot/src/cli/args.rs @@ -28,6 +28,7 @@ pub enum Command { } #[derive(Debug, Parser)] +#[command(version)] pub struct Cli { #[command(subcommand)] pub command: Command,