Remove debug/verbose args from modules. They are set globally
This commit is contained in:
parent
6e0d0058b0
commit
ba78f23328
1 changed files with 0 additions and 85 deletions
85
etc/cli.yml
85
etc/cli.yml
|
@ -34,87 +34,26 @@ subcommands:
|
|||
about: Calendar module
|
||||
version: 0.1
|
||||
author: Matthias Beyer <mail@beyermatthias.de>
|
||||
args:
|
||||
- verbose:
|
||||
short: v
|
||||
long: verbose
|
||||
help: Enable verbosity
|
||||
required: false
|
||||
|
||||
- debug:
|
||||
short: d
|
||||
long: debug
|
||||
help: Sets the level of debugging information
|
||||
required: false
|
||||
|
||||
- cont:
|
||||
about: Contact module
|
||||
version: 0.1
|
||||
author: Matthias Beyer <mail@beyermatthias.de>
|
||||
args:
|
||||
- verbose:
|
||||
short: v
|
||||
long: verbose
|
||||
help: Enable verbosity
|
||||
required: false
|
||||
|
||||
- debug:
|
||||
short: d
|
||||
long: debug
|
||||
help: Sets the level of debugging information
|
||||
required: false
|
||||
|
||||
- mail:
|
||||
about: Mail module
|
||||
version: 0.1
|
||||
author: Matthias Beyer <mail@beyermatthias.de>
|
||||
args:
|
||||
- verbose:
|
||||
short: v
|
||||
long: verbose
|
||||
help: Enable verbosity
|
||||
required: false
|
||||
|
||||
- debug:
|
||||
short: d
|
||||
long: debug
|
||||
help: Sets the level of debugging information
|
||||
required: false
|
||||
|
||||
- wiki:
|
||||
about: Wiki module
|
||||
version: 0.1
|
||||
author: Matthias Beyer <mail@beyermatthias.de>
|
||||
args:
|
||||
- verbose:
|
||||
short: v
|
||||
long: verbose
|
||||
help: Enable verbosity
|
||||
required: false
|
||||
|
||||
- debug:
|
||||
short: d
|
||||
long: debug
|
||||
help: Sets the level of debugging information
|
||||
required: false
|
||||
|
||||
- bm:
|
||||
about: Bookmark module
|
||||
version: 0.1
|
||||
author: Matthias Beyer <mail@beyermatthias.de>
|
||||
args:
|
||||
- verbose:
|
||||
short: v
|
||||
long: verbose
|
||||
help: Enable verbosity
|
||||
required: false
|
||||
|
||||
- debug:
|
||||
short: d
|
||||
long: debug
|
||||
help: Sets the level of debugging information
|
||||
required: false
|
||||
|
||||
subcommands:
|
||||
- add:
|
||||
about: Add bookmark
|
||||
|
@ -190,33 +129,9 @@ subcommands:
|
|||
about: Todo module
|
||||
version: 0.1
|
||||
author: Matthias Beyer <mail@beyermatthias.de>
|
||||
args:
|
||||
- verbose:
|
||||
short: v
|
||||
long: verbose
|
||||
help: Enable verbosity
|
||||
required: false
|
||||
|
||||
- debug:
|
||||
short: d
|
||||
long: debug
|
||||
help: Sets the level of debugging information
|
||||
required: false
|
||||
|
||||
- news:
|
||||
about: News module
|
||||
version: 0.1
|
||||
author: Matthias Beyer <mail@beyermatthias.de>
|
||||
args:
|
||||
- verbose:
|
||||
short: v
|
||||
long: verbose
|
||||
help: Enable verbosity
|
||||
required: false
|
||||
|
||||
- debug:
|
||||
short: d
|
||||
long: debug
|
||||
help: Sets the level of debugging information
|
||||
required: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue