From 0712ea28d9441b5837f241b993bc6c46d3eb3910 Mon Sep 17 00:00:00 2001 From: Kenny Pitt Date: Wed, 28 Sep 2022 15:22:32 -0400 Subject: [PATCH] Update man page and completion files --- fish.completion | 10 ++++++++++ gopass.1 | 2 +- zsh.completion | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/fish.completion b/fish.completion index 157fea4125..e751600a14 100644 --- a/fish.completion +++ b/fish.completion @@ -185,6 +185,16 @@ complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l noparsing - complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l version -d "print the version"' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts' -a versions -d 'Subcommand: Display mount provider versions' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l yes -d "Always answer yes to yes/no questions"' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l clip -d "Copy the password value into the clipboard"' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l qr -d "Print the password as a QR Code"' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l password -d "Display only the password. Takes precedence over all other flags."' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l revision -d "Show a past revision. Does NOT support Git shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l chars -d "Print specific characters from the secret"' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l help -d "show help"' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l version -d "print the version"' complete -c $PROG -f -n '__fish_gopass_needs_command' -a move -d 'Command: Move secrets from one location to another' complete -c $PROG -f -n '__fish_gopass_uses_command move' -a "(__fish_gopass_print_entries)" complete -c $PROG -f -n '__fish_gopass_needs_command' -a otp -d 'Command: Generate time- or hmac-based tokens' diff --git a/gopass.1 b/gopass.1 index 61e6e94085..2c4a5b3195 100644 --- a/gopass.1 +++ b/gopass.1 @@ -506,7 +506,7 @@ Time to wait .SS version Display version -This command displays version and build time information along with version information of important external commands. Please provide the output when reporting issues. +This command displays version and build time information. .SH "REPORTING BUGS" Report bugs to diff --git a/zsh.completion b/zsh.completion index 5f896df571..ede7c3dc54 100644 --- a/zsh.completion +++ b/zsh.completion @@ -168,6 +168,7 @@ _gopass () { subcommands=( "add:Mount a password store" "remove:Umount an mounted password store" + "versions:Display mount provider versions" ) _describe -t commands "gopass mounts" subcommands