Skip to content

Commit

Permalink
Update man page and completion files
Browse files Browse the repository at this point in the history
  • Loading branch information
kpitt committed Sep 28, 2022
1 parent a8f93e4 commit 0712ea2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions fish.completion
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gopass.1
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/kpitt/gopass/issues/new>
Expand Down
1 change: 1 addition & 0 deletions zsh.completion
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0712ea2

Please sign in to comment.