Add --no-ignore to zsh completion

This commit is contained in:
Sven-Hendrik Haase 2019-10-22 10:11:40 +02:00 committed by Félix Saparelli
parent 43aa0947dc
commit 63c7895407
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ args=(
'(-w --watch)'{-w+,--watch=}'[Watch a specific directory]:path:_path_files -/'
'(-s --signal)'{-s+,--signal=}'[Send signal to process upon changes, e.g. SIGHUP]:signal'
'--force-poll=[Forces polling mode]:interval'
'--no-ignore[Skip auto-loading of ignore files (.gitignore, .ignore, etc.) for filtering]'
'--no-default-ignore[Skip auto-ignoring of commonly ignored globs]'
'--no-vcs-ignore[Skip auto-loading of .gitignore files for filtering]'
'(-)1:command: _command_names -e'