diff --git a/completions/zsh b/completions/zsh index 71afc80..ee50da1 100644 --- a/completions/zsh +++ b/completions/zsh @@ -20,7 +20,7 @@ args=( '(-r --restart)'{-r,--restart}'[Restart the process if it''s still running]' '(-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,--verbose}'[Print debugging messages to stderr]' + '(-v --verbose)'{-v,-vv,-vvv,-vvvv,--verbose}'[Print debugging messages to stderr]' '--changes-only[Print changed paths to stderr for pattern debugging]' '(-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'