chore(README): fixes yaml example

This commit is contained in:
Kevin K. 2015-09-01 15:27:16 -04:00
parent f9e2b677dc
commit 612f79dae8

View file

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