Add a verbose mode: -S verbose

This commit is contained in:
Vidar Holen
2019-04-13 13:10:48 -07:00
parent f514f5f735
commit 9652ccfdbd
6 changed files with 11 additions and 6 deletions

View File

@@ -69,8 +69,9 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
**-S**\ *SEVERITY*,\ **--severity=***severity*
: Specify minimum severity of errors to consider. Valid values are *error*,
*warning*, *info* and *style*. The default is *style*.
: Specify minimum severity of errors to consider. Valid values in order of
severity are *error*, *warning*, *info*, *style* and *verbose*.
The default is *style*.
**-s**\ *shell*,\ **--shell=***shell*