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

7
httpboomer/main.go Normal file
View File

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