diff --git a/completions/zsh b/completions/zsh index ee50da1..c1a9fa6 100644 --- a/completions/zsh +++ b/completions/zsh @@ -21,7 +21,8 @@ args=( '(-W --watch-when-idle)'{-W,--watch-when-idle}'[Ignore events while the command is still running]' '(-V --version)'{-V,--version}'[Prints version information]' '(-v --verbose)'{-v,-vv,-vvv,-vvvv,--verbose}'[Print debugging messages to stderr]' - '--changes-only[Print changed paths to stderr for pattern debugging]' + '(-N --notify)'{-N,--notify}'[Send desktop notifications on command start and end]' + '--print-events[Print triggering events to stderr (changed paths, etc)]' '(-d --debounce)'{-d+,--debounce=}'[Set the timeout between detected change and command execution, defaults to 100ms]:milliseconds' '(-e --exts)'{-e+,--exts=}'[Comma-separated list of file extensions to watch (js,css,html)]:extensions' '(-f --filter)'{-f+,--filter=}'[Ignore all modifications except those matching the pattern]:pattern'