mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-24 16:49:26 +00:00
Feature/mustache lambda documentation (#3476)
* Default outputFile value is `openapi/openapi.yaml`. * Mustache Lambdas documentation. * Default OpenAPIYamlGenerator outputFile value is `openapi/openapi.yaml`.
This commit is contained in:
committed by
Esteban Gehring
parent
c684505cba
commit
37cdc8e493
@@ -42,7 +42,7 @@ public class OpenAPIYamlGenerator extends DefaultCodegen implements CodegenConfi
|
||||
super();
|
||||
embeddedTemplateDir = templateDir = "openapi-yaml";
|
||||
outputFolder = "generated-code/openapi-yaml";
|
||||
cliOptions.add(new CliOption(OUTPUT_NAME, "output filename"));
|
||||
cliOptions.add(CliOption.newString(OUTPUT_NAME, "Output filename").defaultValue(outputFile));
|
||||
supportingFiles.add(new SupportingFile("README.md", "", "README.md"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user