refactor: rename command

This commit is contained in:
debugtalk
2021-10-11 15:18:37 +08:00
parent 177106fcad
commit beaf5adaef
7 changed files with 62 additions and 7 deletions

15
httpboomer/cmd/gen_doc.go Normal file
View File

@@ -0,0 +1,15 @@
package cmd
// import (
// "log"
// "github.com/spf13/cobra/doc"
// )
// func main() {
// err := doc.GenMarkdownTree(rootCmd, "/tmp")
// if err != nil {
// log.Fatal(err)
// }
// }