change: make genOutputPath public

This commit is contained in:
debugtalk
2021-10-17 11:24:50 +08:00
parent e9b51a6f33
commit d18f3fec82
2 changed files with 21 additions and 18 deletions

View File

@@ -7,15 +7,16 @@ Convert HAR to json/yaml testcase files
Convert HAR to json/yaml testcase files
```
hrp har2case path... [flags]
hrp har2case harPath... [flags]
```
### Options
```
-h, --help help for har2case
-j, --to-json convert to JSON format (default)
-y, --to-yaml convert to JSON format
-h, --help help for har2case
-d, --output-dir string specify output directory, default to the same dir with har file
-j, --to-json convert to JSON format (default)
-y, --to-yaml convert to JSON format
```
### SEE ALSO