set DisableFlagParsing: true

This commit is contained in:
buyuxiang
2022-07-22 21:04:01 +08:00
parent 3c160aeec6
commit 971483de12
17 changed files with 66 additions and 164 deletions

View File

@@ -1,6 +1,6 @@
## hrp run curl
run API test with go engine using converted curl testcase
run API test with go engine by curl command
```
hrp run curl URLs [flags]
@@ -9,18 +9,11 @@ hrp run curl URLs [flags]
### Options
```
-b, --cookie strings -b, --cookie in curl
-d, --data strings -d, --data in curl
-F, --form strings -F, --form in curl
-G, --get -G, --get in curl
-I, --head -I, --head in curl
-H, --header strings -H, --header in curl
-h, --help help for curl
-X, --request string -X, --request in curl
-h, --help help for curl
```
### SEE ALSO
* [hrp run](hrp_run.md) - run API test with go engine
###### Auto generated by spf13/cobra on 6-Jul-2022
###### Auto generated by spf13/cobra on 22-Jul-2022