Skip to content

Commit

Permalink
feat(app)!: use built-in cobra completion (#1546)
Browse files Browse the repository at this point in the history
Co-authored-by: ryanchristo <12519942+ryanchristo@users.noreply.github.com>
  • Loading branch information
aaronc and ryanchristo authored Oct 19, 2022
1 parent 2587eb3 commit 37dbe9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1258](https://github.com/regen-network/regen-ledger/pull/1258) Remove group module from experimental config
- [#1350](https://github.com/regen-network/regen-ledger/pull/1350) Remove experimental app configuration
- [#1357](https://github.com/regen-network/regen-ledger/pull/1357) Remove unused RegenApp functions for setting custom keepers
- [#1546](https://github.com/regen-network/regen-ledger/pull/1546) Remove tendermint completion command

### types

Expand Down
1 change: 0 additions & 1 deletion app/client/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig app.EncodingConfig) {
genutilcli.GenTxCmd(app.ModuleBasics, encodingConfig.TxConfig, banktypes.GenesisBalancesIterator{}, app.DefaultNodeHome),
genutilcli.ValidateGenesisCmd(app.ModuleBasics),
AddGenesisAccountCmd(app.DefaultNodeHome),
tmcli.NewCompletionCmd(rootCmd, true),
NewTestnetCmd(app.ModuleBasics, banktypes.GenesisBalancesIterator{}),
debug.Cmd(),
config.Cmd(),
Expand Down

0 comments on commit 37dbe9f

Please sign in to comment.