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