gpg completions: add new option

This commit is contained in:
Jason 2020-05-28 08:40:57 +09:00 committed by Fabian Homborg
parent f041daecc6
commit 4e5220a4e1

View file

@ -342,6 +342,7 @@ function __fish_complete_gpg -d "Internal function for gpg completion code dedup
complete -c $__fish_complete_gpg_command -l with-colons -d "Print key listings delimited by colons"
complete -c $__fish_complete_gpg_command -l with-key-data -d "Print key listings delimited by colons (like --with-colons) and print the public key data"
complete -c $__fish_complete_gpg_command -l with-fingerprint -d "Same as the command --fingerprint but changes only the format of the output and may be used together with another command"
complete -c $__fish_complete_gpg_command -l with-subkey-fingerprint -d "Force printing of all subkeys"
complete -c $__fish_complete_gpg_command -l fast-list-mode -d "Changes the output of the list commands to work faster"
complete -c $__fish_complete_gpg_command -l fixed-list-mode -d "Do not merge primary user ID and primary key in --with-colon listing mode and print all timestamps as UNIX timestamps"