From afb61712a6c7d984e040649a9d9bf385fd8476df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sat, 15 Jan 2022 15:26:12 +1300 Subject: [PATCH] Remove --no-shell from completion --- completions/zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/completions/zsh b/completions/zsh index c1a9fa6..5adcb48 100644 --- a/completions/zsh +++ b/completions/zsh @@ -12,7 +12,6 @@ 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]' - '--no-shell[Deprecated, use --shell=none]' '-n[Shorthand for --shell=none]' '--no-environment[Do not set WATCHEXEC_*_PATH environment variables for command]' '--no-meta[Ignore metadata changes]'