forked from loafle/openapi-generator-original
Edit documentation for -c (#5288)
This commit is contained in:
parent
58006982a8
commit
324fe70ab3
@ -80,10 +80,10 @@ public class Generate implements Runnable {
|
||||
@Option(
|
||||
name = {"-c", "--config"},
|
||||
title = "configuration file",
|
||||
description = "Path to configuration file configuration file. It can be json or yaml."
|
||||
+ "If file is json, the content should have the format {\"optionKey\":\"optionValue\", \"optionKey1\":\"optionValue1\"...}."
|
||||
+ "If file is yaml, the content should have the format optionKey: optionValue"
|
||||
+ "Supported options can be different for each language. Run config-help -g {generator name} command for language specific config options.")
|
||||
description = "Path to configuration file. It can be JSON or YAML. "
|
||||
+ "If file is JSON, the content should have the format {\"optionKey\":\"optionValue\", \"optionKey1\":\"optionValue1\"...}. "
|
||||
+ "If file is YAML, the content should have the format optionKey: optionValue. "
|
||||
+ "Supported options can be different for each language. Run config-help -g {generator name} command for language-specific config options.")
|
||||
private String configFile;
|
||||
|
||||
@Option(name = {"-s", "--skip-overwrite"}, title = "skip overwrite",
|
||||
|
Loading…
x
Reference in New Issue
Block a user