From ec1cf13a4149c90ddad5cc5f6c806a273196e2af Mon Sep 17 00:00:00 2001 From: Robert Laverty Date: Wed, 14 Sep 2022 23:17:35 -0400 Subject: [PATCH] Fix zsh autocomplete after using --shell=bash (#417) --- completions/zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/zsh b/completions/zsh index b41bdf9..db25ed8 100644 --- a/completions/zsh +++ b/completions/zsh @@ -11,7 +11,7 @@ cmd="$words[1]" args=( '(-c --clear)'{-c,--clear}'[Clear screen before executing command]' '(-h --help)'{-h,--help}'[Prints help information]' - '--shell=[Change the wrapping shell, or set to none to disable]' + '--shell=[Change the wrapping shell, or set to none to disable]:SHELL' '-n[Shorthand for --shell=none]' '--no-environment[Do not set WATCHEXEC_*_PATH environment variables for command]' '--no-meta[Ignore metadata changes]'