Added fn update too to get latest version.

This commit is contained in:
Travis Reeder
2017-05-22 16:41:51 -07:00
parent a546f1e93b
commit e6d963f0dd
3 changed files with 74 additions and 4 deletions

View File

@@ -71,6 +71,7 @@ GLOBAL OPTIONS:
}
app.Commands = []cli.Command{
startCmd(),
updateCmd(),
initFn(),
apps(),
routes(),