mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 08:51:14 -03:00
gpg completions: add new option
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user