mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore(README): fixes yaml example
This commit is contained in:
parent
f9e2b677dc
commit
612f79dae8
1 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@ args:
|
|||
help: Sets the input file to use
|
||||
required: true
|
||||
index: 1
|
||||
- debug
|
||||
- debug:
|
||||
short: d
|
||||
multiple: true
|
||||
help: Sets the level of debugging information
|
||||
|
@ -225,7 +225,7 @@ subcommands:
|
|||
version: 1.3
|
||||
author: Someone E. <someone_else@other.com>
|
||||
args:
|
||||
- verbose
|
||||
- verbose:
|
||||
short: v
|
||||
help: print test information verbosely
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue