diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2025-07-08 11:35:41 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2025-07-08 11:35:41 +0900 |
| commit | 932c16fd0e30cc4d1369cec8d3b83500ae0a900b (patch) | |
| tree | 07a7a39cd0253df3c8182726a9b285c74638f933 /src/_shellcheck | |
| parent | Merge pull request #1137 from JesseAye/f2b-regex (diff) | |
| download | zsh-completions-932c16fd0e30cc4d1369cec8d3b83500ae0a900b.tar zsh-completions-932c16fd0e30cc4d1369cec8d3b83500ae0a900b.tar.gz zsh-completions-932c16fd0e30cc4d1369cec8d3b83500ae0a900b.tar.bz2 zsh-completions-932c16fd0e30cc4d1369cec8d3b83500ae0a900b.tar.lz zsh-completions-932c16fd0e30cc4d1369cec8d3b83500ae0a900b.tar.xz zsh-completions-932c16fd0e30cc4d1369cec8d3b83500ae0a900b.tar.zst zsh-completions-932c16fd0e30cc4d1369cec8d3b83500ae0a900b.zip | |
Update shellcheck completion
Diffstat (limited to 'src/_shellcheck')
| -rw-r--r-- | src/_shellcheck | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/_shellcheck b/src/_shellcheck index daab776..fa20554 100644 --- a/src/_shellcheck +++ b/src/_shellcheck @@ -28,7 +28,7 @@ # Description # ----------- # -# Completion script for shellcheck (https://github.com/koalaman/shellcheck) +# Completion script for shellcheck v0.10.0 (https://github.com/koalaman/shellcheck) # # ------------------------------------------------------------------------------ # Authors @@ -43,12 +43,14 @@ _arguments \ {-C,--color=}'[specify color]:color:(auto always never)' \ {-i,--include=}'[consider only given types of warnings]:error code' \ {-e,--exclude=}'[exclude given types of warnings]:error code' \ + '--extended-analysis=[perform dataflow analysis]:bool:(true false)' \ {-f,--format=}'[specify output format]:format:(checkstyle diff gcc json json1 quiet tty)' \ '--list-optional[list checks disabled by default]' \ "--norc[don't look for .shellcheckrc files]" \ + '--rcfile=[specify configuration file over searching for one]:rcfile:_files' \ {-o,--enable=}"[give list of optional checks to enable (or 'all')]:error code" \ {-P,--source-path=}'[specify path when looking for sourced files]:_files -/' \ - {-s,--shell=}'[specify dialect]:dialect:(sh bash dash ksh)' \ + {-s,--shell=}'[specify dialect]:dialect:(sh bash dash ksh busybox)' \ {-S,--severity=}'[specify minimum severity of errors to consider]:severity:(error warning info style)' \ {-V,--version}'[print version information]' \ {-W,--wiki-link-count=}'[specify number of wiki links to show, when applicable]:number' \ |
