forked from forgejo/forgejo
Merge branch 'master' of github.com:gogits/gogs
This commit is contained in:
commit
50df58a893
4 changed files with 78 additions and 0 deletions
1
gogs.go
1
gogs.go
|
@ -49,6 +49,7 @@ func main() {
|
|||
app.Commands = []cli.Command{
|
||||
CmdWeb,
|
||||
CmdServ,
|
||||
CmdUpdate,
|
||||
}
|
||||
app.Flags = append(app.Flags, []cli.Flag{}...)
|
||||
app.Run(os.Args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue