feat: add boom subcommand

This commit is contained in:
debugtalk
2021-10-10 22:39:52 +08:00
parent 1f30c80cb5
commit c86aaa2555
5 changed files with 68 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ import (
var runCmd = &cobra.Command{
Use: "run path...",
Short: "run API test",
Long: `run yaml/json testcase files`,
Long: `run yaml/json testcase files for API test`,
Example: ` $ httpboomer run demo.json # run specified json testcase file
$ httpboomer run demo.yaml # run specified yaml testcase file
$ httpboomer run examples/ # run testcases in specified folder`,