forked from loafle/openapi-generator-original
Cli generator name option, replaces 'language' options in CLI and Maven Plugin (#57)
This commit is contained in:
committed by
Jérémie Bresson
parent
b73ab0260e
commit
27426f7b52
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user