Skip to content

Commit bf18711

Browse files
imp(cli): Add missing list key types subcommand (#55)
1 parent 112d40b commit bf18711

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This changelog was created using the `clu` binary
88

99
### Improvements
1010

11+
- (cli) [#55](https://github.com/evmos/os/pull/55) Add missing list key types subcommand.
1112
- (cli) [#54](https://github.com/evmos/os/pull/54) Align debug CLI commands with Cosmos SDK plus other minor clean up.
1213
- (cli) [#53](https://github.com/evmos/os/pull/53) Enable specifying default key type for adding keys.
1314
- (ante) [#52](https://github.com/evmos/os/pull/52) Refactor ante handlers to be easier to use in partner chains.

client/keys.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The pass backend requires GnuPG: https://gnupg.org/
7373
keys.ExportKeyCommand(),
7474
keys.ImportKeyCommand(),
7575
keys.ListKeysCmd(),
76+
keys.ListKeyTypesCmd(),
7677
keys.ShowKeysCmd(),
7778
keys.DeleteKeyCommand(),
7879
keys.RenameKeyCommand(),

0 commit comments

Comments
 (0)