1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 01:57:20 +00:00

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"},