Merge PR #2014: Remove advanced gaiacli command

Closes #1965
This commit is contained in:
Matthew Slipper
2018-08-21 23:22:18 -04:00
committed by Rigel
parent 3413a2bff1
commit 62d6fd2f98
6 changed files with 6 additions and 13 deletions
+1 -9
View File
@@ -62,18 +62,10 @@ func main() {
ibccmd.IBCRelayCmd(cdc),
)...)
advancedCmd := &cobra.Command{
Use: "advanced",
Short: "Advanced subcommands",
}
advancedCmd.AddCommand(
rootCmd.AddCommand(
tendermintCmd,
ibcCmd,
lcd.ServeCommand(cdc),
)
rootCmd.AddCommand(
advancedCmd,
client.LineBreak,
)