package main import ( "github.com/httprunner/httprunner/hrp/cmd" ) func main() { cmd.Execute() }