forked from loafle/openapi-generator-original
fix JS help text
This commit is contained in:
parent
2c7dcbe3e5
commit
4c31983bd3
@ -197,7 +197,7 @@ public class JavascriptClientCodegen extends DefaultCodegen implements CodegenCo
|
|||||||
.defaultValue(Boolean.TRUE.toString()));
|
.defaultValue(Boolean.TRUE.toString()));
|
||||||
cliOptions.add(new CliOption(USE_ES6,
|
cliOptions.add(new CliOption(USE_ES6,
|
||||||
"use JavaScript ES6 (ECMAScript 6)")
|
"use JavaScript ES6 (ECMAScript 6)")
|
||||||
.defaultValue(Boolean.FALSE.toString()));
|
.defaultValue(Boolean.TRUE.toString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user