Remove debug/verbose args from modules. They are set globally

This commit is contained in:
Matthias Beyer 2015-12-05 17:10:25 +01:00
parent 6e0d0058b0
commit ba78f23328
1 changed files with 0 additions and 85 deletions

View File

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