From 1587db0b963dcba31f4f33c133ea9398bffccb3e Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Thu, 21 Aug 2025 13:49:33 +0900 Subject: [PATCH] Update gpgconf completion to version 2.4.4 --- src/_gpgconf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/_gpgconf b/src/_gpgconf index 5b4b889..e687a3c 100644 --- a/src/_gpgconf +++ b/src/_gpgconf @@ -25,7 +25,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Description: -# Completions for gpgconf (configuration utility provided with GnuPG +# Completions for gpgconf (configuration utility provided with GnuPG 2.4.4 # ) # # Authors: @@ -62,6 +62,9 @@ _arguments \ '--apply-profile[update configuration files using the specified file]:configuration file:_path_files' \ '--status-fd[write status info to the specified file descriptor]:file descriptor' \ '--homedir[specify an alternative gnupg configuration home directory]:directory:_directories' \ + '--chuid[change the current user to uid which may either be a number or a name]:uid' \ + '(--lock --unlock)--unlock[remove a stale lock file hold for file]:name' \ + '(--lock --unlock)--lock[name of file protected by the lock]:name' \ '(-o --output)'{-o,--output}'[write output to the specified file]:output file:_path_files' \ '(-v --verbose)'{-v,--verbose}'[verbose]' \ '(-q --quiet)'{-q,--quiet}'[quiet]' \