Freshen up existing cmd files

This commit is contained in:
Ethan Frey
2017-06-20 19:50:39 +02:00
parent 7d08ea4c09
commit e9537b2da6
8 changed files with 79 additions and 70 deletions
+3
View File
@@ -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()
}