mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 13:13:18 +08:00
Issue 1393 quiet flag
Issue https://github.com/koalaman/shellcheck/issues/1393 Provide '-q' and '--quiet' flags that suppress all normal output, but keep the return status, similar to 'grep -q'.
This commit is contained in:
@@ -137,6 +137,12 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
|
||||
...
|
||||
]
|
||||
|
||||
*quiet*
|
||||
|
||||
: Suppress all normal output. Exit with zero if no issues are found,
|
||||
otherwise exit with one. Stops processing after the first issue.
|
||||
|
||||
|
||||
# DIRECTIVES
|
||||
ShellCheck directives can be specified as comments in the shell script
|
||||
before a command or block:
|
||||
|
Reference in New Issue
Block a user