From be5782432a08de7e896be4bd5a3381c9d521503a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sat, 15 Jan 2022 15:25:47 +1300 Subject: [PATCH] Add --notify and --print-events to completion --- completions/zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'