Skip to content

Commit

Permalink
imp(cli): Add missing list key types subcommand (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann authored Oct 13, 2024
1 parent 112d40b commit bf18711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This changelog was created using the `clu` binary

### Improvements

- (cli) [#55](https://github.com/evmos/os/pull/55) Add missing list key types subcommand.
- (cli) [#54](https://github.com/evmos/os/pull/54) Align debug CLI commands with Cosmos SDK plus other minor clean up.
- (cli) [#53](https://github.com/evmos/os/pull/53) Enable specifying default key type for adding keys.
- (ante) [#52](https://github.com/evmos/os/pull/52) Refactor ante handlers to be easier to use in partner chains.
Expand Down
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 bf18711

Please sign in to comment.