Added fn start

This commit is contained in:
Travis Reeder
2017-05-22 16:28:52 -07:00
parent 9ac976f88c
commit a546f1e93b
2 changed files with 84 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ GLOBAL OPTIONS:
fmt.Fprintf(os.Stderr, "command not found: %v\n", cmd)
}
app.Commands = []cli.Command{
startCmd(),
initFn(),
apps(),
routes(),