add fix command for upgrade

This commit is contained in:
Lunny Xiao 2014-04-30 10:23:43 +08:00
parent 0da329462e
commit cdc843f06b
3 changed files with 51 additions and 0 deletions

View file

@ -35,6 +35,7 @@ func main() {
CmdWeb,
CmdServ,
CmdUpdate,
CmdFix,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)