We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33dbc4 commit cc58dffCopy full SHA for cc58dff
2 files changed
Readme.md
@@ -70,7 +70,7 @@ We will name for example `transfrom-config.json`
70
#### Launch the script
71
72
```bash
73
-transform-swagger config-file ./examples/transform-config.json
+transform-swagger --config-file ./examples/transform-config.json
74
```
75
76
### Main CLI commands
examples/Readme.md
@@ -22,7 +22,7 @@ You can also try to use `the original files` from each source or test with `your
22
23
npm start -- -f examples/openApiFiles/passportescaperoom.com.json -o examples/generated/angular2 -t angular2
24
# OR
25
-npm start -- config-file ./examples/transform-config.json
+npm start -- --config-file ./examples/transform-config.json
26
27
28
**Generate from url**
0 commit comments