add update

This commit is contained in:
Lunny Xiao 2014-03-16 12:18:34 +08:00
parent f047df6e2b
commit 3035a38caa
4 changed files with 78 additions and 0 deletions

View file

@ -49,6 +49,7 @@ func main() {
app.Commands = []cli.Command{
CmdWeb,
CmdServ,
CmdUpdate,
}
app.Flags = append(app.Flags, []cli.Flag{
cli.BoolFlag{"noterm", "disable color output"},