Add CLI spec for reporting mode
This commit is contained in:
parent
aaf3660f31
commit
24b6460705
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ args:
|
||||||
help: Sets the level of debugging information
|
help: Sets the level of debugging information
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- report:
|
||||||
|
long: report
|
||||||
|
help: Print "Ok" on success, "Error" on failure (except hard errors) before exiting, regardless of verbosity
|
||||||
|
required: false
|
||||||
|
|
||||||
- rtp:
|
- rtp:
|
||||||
short: r
|
short: r
|
||||||
long: runtimepath
|
long: runtimepath
|
||||||
|
|
Loading…
Reference in a new issue