Skip to content

Commit

Permalink
completion: update bash completion to add new opts
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Aug 3, 2022
1 parent a4e9ccb commit 6a06d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/pass-tessen.bash-completion
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PASSWORD_STORE_EXTENSION_COMMANDS+=(tessen)

__password_store_extension_complete_tessen() {
local args=(-p --preview -h --help -v --version)
local args=(-p --preview -f --fuzzy -u --userkey -U --urlkey -w --web-browser -h --help -v --version)
COMPREPLY+=($(compgen -W "${args[*]}" -- ${cur}))
_pass_complete_entries
}

0 comments on commit 6a06d27

Please sign in to comment.