feat: gen markdown docs for command

This commit is contained in:
debugtalk
2021-10-11 15:33:15 +08:00
parent 939652fb50
commit 69e01373d3
11 changed files with 147 additions and 21 deletions

View File

@@ -0,0 +1,32 @@
## httpboomer run
run API test
### Synopsis
run yaml/json testcase files for API test
```
httpboomer run path... [flags]
```
### Examples
```
$ 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
```
### Options
```
-h, --help help for run
-s, --silent Disable logging request & response details
```
### SEE ALSO
* [httpboomer](httpboomer.md) - One-stop solution for HTTP(S) testing.
###### Auto generated by spf13/cobra on 11-Oct-2021