add update
This commit is contained in:
parent
f047df6e2b
commit
3035a38caa
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{
|
||||
cli.BoolFlag{"noterm", "disable color output"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue