Don't complete options when '--help' is specified
This commit is contained in:
parent
692e96ce54
commit
610aef9f12
2
src/_age
2
src/_age
|
@ -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:' \
|
||||
|
|
Loading…
Reference in New Issue