1
0
Fork 0
forked from forgejo/forgejo

Merge branch 'master' of github.com:gogits/gogs

This commit is contained in:
Unknown 2014-03-16 02:28:28 -04:00
commit 50df58a893
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{}...)
app.Run(os.Args)