remove old verbosity arg

This commit is contained in:
Carson McManus 2022-06-19 11:31:56 -04:00
parent b040088038
commit 9f7c8fef68

View file

@ -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")