diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ arguments - which can alternatively be run by running the subcommand web.` cmd.CmdCert, cmd.CmdAdmin, cmd.CmdGenerate, + cmd.CmdMigrate, } app.Flags = append(app.Flags, []cli.Flag{}...) app.Action = cmd.CmdWeb.Action |