Skip to content

Commit

Permalink
add missing list key types cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Oct 10, 2024
1 parent 112d40b commit 06db7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ The pass backend requires GnuPG: https://gnupg.org/
keys.ExportKeyCommand(),
keys.ImportKeyCommand(),
keys.ListKeysCmd(),
keys.ListKeyTypesCmd(),
keys.ShowKeysCmd(),
keys.DeleteKeyCommand(),
keys.RenameKeyCommand(),
Expand Down

0 comments on commit 06db7a3

Please sign in to comment.