Cli generator name option, replaces 'language' options in CLI and Maven Plugin (#57)

This commit is contained in:
Jim Schubert
2018-05-22 23:41:19 -04:00
committed by Jérémie Bresson
parent b73ab0260e
commit 27426f7b52
423 changed files with 710 additions and 493 deletions

View File

@@ -175,7 +175,7 @@ Your library files will be built under `WWW::MyProjectName`.
$ mvn package
$ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
-i [URL or file path to JSON swagger API spec] \
-l perl \
-g perl \
-c /path/to/config/file.json \
-o /path/to/output/folder

View File

@@ -292,7 +292,7 @@ Your library files will be built under C<WWW::MyProjectName>.
$ mvn package
$ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
-i [URL or file path to JSON swagger API spec] \
-l perl \
-g perl \
-c /path/to/config/file.json \
-o /path/to/output/folder