mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
gpg completions: add new option
This commit is contained in:
parent
f041daecc6
commit
4e5220a4e1
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue