remove old verbosity arg
This commit is contained in:
parent
b040088038
commit
9f7c8fef68
1 changed files with 0 additions and 7 deletions
|
@ -65,13 +65,6 @@ fn cli() -> App<'static> {
|
||||||
.help("Specify your encryption passkey.")
|
.help("Specify your encryption passkey.")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
)
|
)
|
||||||
.arg(
|
|
||||||
Arg::with_name("verbosity")
|
|
||||||
.short('v')
|
|
||||||
.help("Log what is going on verbosely.")
|
|
||||||
.takes_value(false)
|
|
||||||
.multiple(true)
|
|
||||||
)
|
|
||||||
// .subcommand(
|
// .subcommand(
|
||||||
// App::new("completion")
|
// App::new("completion")
|
||||||
// .about("Generate shell completions")
|
// .about("Generate shell completions")
|
||||||
|
|
Loading…
Reference in a new issue