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 bfc1ed3 commit 5c31d68Copy full SHA for 5c31d68
modules/swagger-codegen/src/main/java/com/wordnik/swagger/codegen/Codegen.java
@@ -84,7 +84,7 @@ public static void main(String[] args) {
84
return;
85
}
86
if (cmd.hasOption("i"))
87
- swagger = new SwaggerParser().read(cmd.getOptionValue("i"), clientOptInput.getAuthorizationValues());
+ swagger = new SwaggerParser().read(cmd.getOptionValue("i"), clientOptInput.getAuthorizationValues(), true);
88
if (cmd.hasOption("t"))
89
clientOpts.getProperties().put("templateDir", String.valueOf(cmd.getOptionValue("t")));
90
0 commit comments