Skip to content

Commit

Permalink
add default help text for new ts option
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Jan 26, 2016
1 parent d5d1c7b commit 17f8931
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public AbstractTypeScriptClientCodegen() {
// mapped to String as a workaround
typeMapping.put("binary", "string");

cliOptions.add(new CliOption(CodegenConstants.MODEL_PROPERTY_NAMING, CodegenConstants.MODEL_PROPERTY_NAMING_DESC));
cliOptions.add(new CliOption(CodegenConstants.MODEL_PROPERTY_NAMING, CodegenConstants.MODEL_PROPERTY_NAMING_DESC).defaultValue("camelCase"));


}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

0 comments on commit 17f8931

Please sign in to comment.