feat: init cli command

This commit is contained in:
debugtalk
2021-10-08 20:16:31 +08:00
parent 468d744796
commit 3b5b2a2d72
5 changed files with 613 additions and 6 deletions

7
cmd/main/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/httprunner/httpboomer/cmd"
func main() {
cmd.Execute()
}