diff options
| author | murilo ijanc | 2025-11-20 19:15:07 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-20 19:15:07 -0300 |
| commit | bca45996c5fe73cd9eec4fa358475f3d018b6990 (patch) | |
| tree | 8788b05eeb230a28b822bd79003d7eef9c7fb3f1 | |
| parent | 2bf69f331140e7dcb26352903b3865a1eb67d7e6 (diff) | |
| download | cogops-bca45996c5fe73cd9eec4fa358475f3d018b6990.tar.gz | |
Remove propagate version
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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)] |