From 9f7c8fef6844e5ae4b084766a6ea13d8fa6d5e7e Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 19 Jun 2022 11:31:56 -0400 Subject: [PATCH] remove old verbosity arg --- src/main.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main.rs b/src/main.rs index a86e1f4..09ec4c7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -65,13 +65,6 @@ fn cli() -> App<'static> { .help("Specify your encryption passkey.") .takes_value(true) ) - .arg( - Arg::with_name("verbosity") - .short('v') - .help("Log what is going on verbosely.") - .takes_value(false) - .multiple(true) - ) // .subcommand( // App::new("completion") // .about("Generate shell completions")