mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-18 22:14:35 +00:00
Freshen up existing cmd files
This commit is contained in:
@@ -22,6 +22,9 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
// for demos, we enable the key server, probably don't want this
|
||||
// in most binaries we embed the key management into
|
||||
cmd.RegisterServer()
|
||||
root := cli.PrepareMainCmd(cmd.RootCmd, "TM", os.ExpandEnv("$HOME/.tlc"))
|
||||
root.Execute()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user