Commit Diff


commit - 2bf69f331140e7dcb26352903b3865a1eb67d7e6
commit + bca45996c5fe73cd9eec4fa358475f3d018b6990
blob - eea32c8d07731506e8f13e45ab8b2348d8aa8bb7
blob + b45356c7bb31c0713cb769ca56cfaca69174830a
--- src/main.rs
+++ 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)]