mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Don't complete options when '--help' is specified
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
_arguments \
|
||||
-A '-*' \
|
||||
'(-h --help)'{-h,--help}'[show help message and exit]' \
|
||||
'(- *)'{-h,--help}'[show help message and exit]' \
|
||||
'(-e --encrypt -d --decrypt)'{-e,--encrypt}'[Encrypt INPUT to OUTPUT]' \
|
||||
'(-e --encrypt -d --decrypt -a --armor -p --passphrase -r --recipient -R --recipients-file)'{-d,--decrypt}'[Decrypt INPUT to OUTPUT]' \
|
||||
'(-i --identity)'{-i,--identity=}'[Encrypt/Decrypt using the identities at PATH]:IDENTITY:' \
|
||||
|
||||
Reference in New Issue
Block a user