refactor: rename command

This commit is contained in:
debugtalk
2021-10-11 15:18:37 +08:00
parent 292752c532
commit 939652fb50
7 changed files with 62 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "github.com/httprunner/httpboomer/httpboomer/cmd"
func main() {
cmd.Execute()
}