Keep both subcommand: rest-server and lite-server

This commit is contained in:
HaoyangLiu
2018-09-13 20:30:24 +08:00
parent 5f38b50a85
commit e704f095bd
5 changed files with 92 additions and 15 deletions
+1
View File
@@ -80,6 +80,7 @@ func main() {
rootCmd.AddCommand(
client.LineBreak,
lcd.ServeCommand(cdc),
lcd.ServeLiteCommand(cdc),
keys.Commands(),
client.LineBreak,
version.VersionCmd,