mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-11 10:49:43 +08:00
refactor: rename command
This commit is contained in:
15
httpboomer/cmd/gen_doc.go
Normal file
15
httpboomer/cmd/gen_doc.go
Normal 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)
|
||||
// }
|
||||
// }
|
||||
Reference in New Issue
Block a user