Fix zsh autocomplete after using --shell=bash (#417)

This commit is contained in:
Robert Laverty 2022-09-14 23:17:35 -04:00 committed by GitHub
parent 6f4c8604e8
commit ec1cf13a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]'