mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Add a verbose mode: -S verbose
This commit is contained in:
parent
f514f5f735
commit
9652ccfdbd
6 changed files with 11 additions and 6 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue