Feature: Integrate crypto/tls/generate_cert.go command
This commit is contained in:
parent
3f707b3f32
commit
135d3733b3
4 changed files with 166 additions and 1 deletions
1
gogs.go
1
gogs.go
|
@ -35,6 +35,7 @@ func main() {
|
|||
cmd.CmdUpdate,
|
||||
cmd.CmdFix,
|
||||
cmd.CmdDump,
|
||||
cmd.CmdCert,
|
||||
}
|
||||
app.Flags = append(app.Flags, []cli.Flag{}...)
|
||||
app.Run(os.Args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue