version: Remove Viper (#6628)

* version: remove viper

* Remove home flag gets

* fix: tests
This commit is contained in:
Alexander Bezobchuk
2020-07-07 17:20:09 +00:00
committed by GitHub
parent 57ffe14631
commit bc261d9e83
7 changed files with 55 additions and 53 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ func AddCommands(rootCmd *cobra.Command, appCreator AppCreator, appExport AppExp
tendermintCmd,
ExportCmd(appExport),
flags.LineBreak,
version.Cmd,
version.NewVersionCommand(),
)
}