mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-10 02:09:51 +08:00
set DisableFlagParsing: true
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## hrp convert curl
|
||||
|
||||
convert curl command(s) to httprunner testcase
|
||||
convert curl command to httprunner testcase
|
||||
|
||||
```
|
||||
hrp convert curl URLs [flags]
|
||||
@@ -9,18 +9,11 @@ hrp convert 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 convert](hrp_convert.md) - convert to JSON/YAML/gotest/pytest testcases
|
||||
|
||||
###### Auto generated by spf13/cobra on 6-Jul-2022
|
||||
###### Auto generated by spf13/cobra on 22-Jul-2022
|
||||
|
||||
Reference in New Issue
Block a user