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.
2 parents e1f44f3 + ad3094a commit 9d06fbaCopy full SHA for 9d06fba
README.md
@@ -376,9 +376,9 @@ This will run the generator with this command:
376
377
```sh
378
java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
379
- -i http://petstore.swagger.io/v2/swagger.json \
380
- -l java \
381
- -o samples/client/petstore/java
+ -i http://petstore.swagger.io/v2/swagger.json \ # The location of the Swagger specifcation file (JSON/YAML).
+ -l java \ # The desired language for the library.
+ -o samples/client/petstore/java # The output destination.
382
```
383
384
with a number of options. You can get the options with the `generate --help` command (below only shows partal results):
0 commit comments