From 4e5220a4e102b89771bcc6a0faf83e5e027293f5 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 28 May 2020 08:40:57 +0900 Subject: [PATCH] gpg completions: add new option --- share/functions/__fish_complete_gpg.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/functions/__fish_complete_gpg.fish b/share/functions/__fish_complete_gpg.fish index 34ae98d23..907127588 100644 --- a/share/functions/__fish_complete_gpg.fish +++ b/share/functions/__fish_complete_gpg.fish @@ -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"