mirror of
https://github.com/XAMPPRocky/tokei
synced 2024-10-30 07:11:48 +00:00
Added long verbose arg name (#74)
This commit is contained in:
parent
94ac1f6f2c
commit
f0287837b3
1 changed files with 1 additions and 0 deletions
1
cli.yml
1
cli.yml
|
@ -49,5 +49,6 @@ args:
|
||||||
takes_value: true
|
takes_value: true
|
||||||
- verbose:
|
- verbose:
|
||||||
help: 'Set verbose output level: 1 for File IO errors 2: for unknown extensions'
|
help: 'Set verbose output level: 1 for File IO errors 2: for unknown extensions'
|
||||||
|
long: verbose
|
||||||
short: v
|
short: v
|
||||||
multiple: true
|
multiple: true
|
||||||
|
|
Loading…
Reference in a new issue