forked from loafle/openapi-generator-original
fix typo (--supporting-files > --feature-set) (#10801)
This commit is contained in:
parent
7d092e76a1
commit
ee011c563e
@ -86,7 +86,7 @@ public class ConfigHelp extends OpenApiGeneratorCommand {
|
|||||||
"--markdown-header"}, title = "markdown header", description = "When format=markdown, include this option to write out markdown headers (e.g. for docusaurus).")
|
"--markdown-header"}, title = "markdown header", description = "When format=markdown, include this option to write out markdown headers (e.g. for docusaurus).")
|
||||||
private Boolean markdownHeader;
|
private Boolean markdownHeader;
|
||||||
|
|
||||||
@Option(name = {"--full-details"}, title = "full generator details", description = "displays CLI options as well as other configs/mappings (implies --instantiation-types, --reserved-words, --language-specific-primitives, --import-mappings, --supporting-files)")
|
@Option(name = {"--full-details"}, title = "full generator details", description = "displays CLI options as well as other configs/mappings (implies --instantiation-types, --reserved-words, --language-specific-primitives, --import-mappings, --feature-set)")
|
||||||
private Boolean fullDetails;
|
private Boolean fullDetails;
|
||||||
|
|
||||||
private String newline = System.lineSeparator();
|
private String newline = System.lineSeparator();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user