feat: init scaffold

This commit is contained in:
debugtalk
2022-01-08 11:42:39 +08:00
parent 9a31001029
commit e596bddda7
4 changed files with 47 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import (
// runCmd represents the run command
var runCmd = &cobra.Command{
Use: "run path...",
Use: "run $path...",
Short: "run API test",
Long: `run yaml/json testcase files for API test`,
Example: ` $ hrp run demo.json # run specified json testcase file