Skip to content

Commit

Permalink
feat!: use built-in cobra completion
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Oct 13, 2022
1 parent 887b825 commit 6b97cd1
Showing 1 changed file with 0 additions and 1 deletion.
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 6b97cd1

Please sign in to comment.