Add --verbose
This commit is contained in:
parent
5c2c652d7d
commit
ecfbc01ff8
3 changed files with 7 additions and 0 deletions
|
@ -116,6 +116,8 @@ options = [
|
|||
"allow actions that may lose annexed data"
|
||||
, Option ['q'] ["quiet"] (NoArg (storebool "quiet" True))
|
||||
"avoid verbose output"
|
||||
, Option ['v'] ["verbose"] (NoArg (storebool "quiet" False))
|
||||
"allow verbose output"
|
||||
, Option ['b'] ["backend"] (ReqArg (storestring "backend") "NAME")
|
||||
"specify default key-value backend to use"
|
||||
, Option ['k'] ["key"] (ReqArg (storestring "key") "KEY")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue