Skip to content

Commit

Permalink
updated to add resolve flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Feb 24, 2015
1 parent bfc1ed3 commit 5c31d68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void main(String[] args) {
return;
}
if (cmd.hasOption("i"))
swagger = new SwaggerParser().read(cmd.getOptionValue("i"), clientOptInput.getAuthorizationValues());
swagger = new SwaggerParser().read(cmd.getOptionValue("i"), clientOptInput.getAuthorizationValues(), true);
if (cmd.hasOption("t"))
clientOpts.getProperties().put("templateDir", String.valueOf(cmd.getOptionValue("t")));
}
Expand Down

0 comments on commit 5c31d68

Please sign in to comment.