diff options
author | Codruț Constantin Gușoi <codrut.gusoi@gmail.com> | 2018-02-18 19:14:37 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-02-18 19:14:37 +0100 |
commit | 96c268c0fcc22604103f67821d66fef39944e80b (patch) | |
tree | fb5a97ff8557ae18dd22b227e52fcd811320eac3 /main.go | |
parent | [skip ci] Updated translations via Crowdin (diff) | |
download | forgejo-96c268c0fcc22604103f67821d66fef39944e80b.tar.xz forgejo-96c268c0fcc22604103f67821d66fef39944e80b.zip |
Implements generator cli for secrets (#3531)
Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ arguments - which can alternatively be run by running the subcommand web.` cmd.CmdDump, cmd.CmdCert, cmd.CmdAdmin, + cmd.CmdGenerate, } app.Flags = append(app.Flags, []cli.Flag{}...) app.Action = cmd.CmdWeb.Action |