With #57 the --lang (short: -l) option was deprecated and replaced with --generator-name (short: -g)
In the config-help command, this was not changed and is not not consistent.
java -jar openapi-generator-cli.jar config-help -g spring
Should be OK but returns:
Exception in thread "main" io.airlift.airline.ParseArgumentsUnexpectedException: Found unexpected parameters: [-g, spring]
at io.airlift.airline.Cli.validate(Cli.java:148)
at io.airlift.airline.Cli.parse(Cli.java:116)
at io.airlift.airline.Cli.parse(Cli.java:97)
Empty command:
java -jar openapi-generator-cli.jar config-help
Returns:
[error] Required option '-l' is missing
With #57 the
--lang(short:-l) option was deprecated and replaced with--generator-name(short:-g)In the
config-helpcommand, this was not changed and is not not consistent.Should be OK but returns:
Empty command:
Returns: