Feature: Integrate crypto/tls/generate_cert.go command

This commit is contained in:
Unknwon 2014-09-22 17:30:58 -04:00
parent 3f707b3f32
commit 135d3733b3
4 changed files with 166 additions and 1 deletions

View file

@ -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)