We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef45f1 commit 9918836Copy full SHA for 9918836
modules/openapi-generator-cli/src/main/java/org/openapitools/codegen/cmd/Generate.java
@@ -162,7 +162,7 @@ public class Generate extends OpenApiGeneratorCommand {
162
163
@Option(
164
name = {"--openapi-generator-ignore-list"},
165
- title = ".openapi-generaotr-ignore list",
+ title = ".openapi-generator-ignore list",
166
description = "specifies entries in the .openapi-generator-ignore file relative/path/to/file1,relative/path/to/file2. For example: README.md,pom.xml"
167
+ " You can also have multiple occurrences of this option.")
168
private List<String> openapiGeneratorIgnoreList = new ArrayList<>();
0 commit comments