Skip to content

Commit

Permalink
zsh/shellcheck: add _files arg
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed May 23, 2019
1 parent 738f200 commit 1606453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zsh/_shellcheck
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ function _shellcheck() {
{-s,--shell=}'[Specify dialect]:shell type:(sh bash dash ksh)' \
{-V,--version}'[Print version information]' \
{-x,--external-sources}"[Allow 'source' outside of FILES]" \
'*:shell file:_files' \
&& ret=0

return ret
Expand Down

0 comments on commit 1606453

Please sign in to comment.