File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ We will name for example `transfrom-config.json`
7070#### Launch the script
7171
7272``` bash
73- transform-swagger config-file ./examples/transform-config.json
73+ transform-swagger -- config-file ./examples/transform-config.json
7474```
7575
7676### Main CLI commands
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can also try to use `the original files` from each source or test with `your
2222``` bash
2323npm start -- -f examples/openApiFiles/passportescaperoom.com.json -o examples/generated/angular2 -t angular2
2424# OR
25- npm start -- config-file ./examples/transform-config.json
25+ npm start -- -- config-file ./examples/transform-config.json
2626```
2727
2828** Generate from url**
You can’t perform that action at this time.
0 commit comments