aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gogs.go b/gogs.go
index 01bf1582..66fc9055 100644
--- a/gogs.go
+++ b/gogs.go
@@ -35,6 +35,7 @@ func main() {
cmd.CmdUpdate,
cmd.CmdDump,
cmd.CmdCert,
+ cmd.CmdPull,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)