From bca45996c5fe73cd9eec4fa358475f3d018b6990 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Thu, 20 Nov 2025 19:15:07 -0300 Subject: Remove propagate version --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index eea32c8..b45356c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -48,13 +48,12 @@ const VERSION: &str = concat!( about = "Batch operations for AWS Cognito user pools", version = VERSION, author, - propagate_version = true )] struct Cli { /// Increase verbosity (use -v, -vv, ...). /// /// When no RUST_LOG is set, a single -v switches the log level to DEBUG. - #[arg(short, long, global = true, action = ArgAction::Count)] + #[arg(short, long, action = ArgAction::Count)] verbose: u8, #[command(subcommand)] -- cgit v1.2.3