28 wiersze
704 B
YAML
28 wiersze
704 B
YAML
![]() |
name: myapp
|
||
|
version: "1.0"
|
||
|
author: Kevin K. <kbknapp@gmail.com>
|
||
|
about: Does awesome things
|
||
|
args:
|
||
|
- config:
|
||
|
short: c
|
||
|
long: config
|
||
|
value_name: FILE
|
||
|
help: Sets a custom config file
|
||
|
takes_value: true
|
||
|
- INPUT:
|
||
|
help: Sets the input file to use
|
||
|
required: true
|
||
|
index: 1
|
||
|
- verbose:
|
||
|
short: v
|
||
|
multiple: true
|
||
|
help: Sets the level of verbosity
|
||
|
subcommands:
|
||
|
- test:
|
||
|
about: controls testing features
|
||
|
version: "1.3"
|
||
|
author: Someone E. <someone_else@other.com>
|
||
|
args:
|
||
|
- debug:
|
||
|
short: d
|
||
|
help: print debug information
|