feat: init cli command

This commit is contained in:
debugtalk
2021-10-08 20:16:31 +08:00
parent 1127bac345
commit b70a61f06d
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()
}