You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supported config options can be different per language. Running `config-help -l {lang}` will show available options. **These options are applied
500
-
by passing them with `-D{optionName}={optionValue}**.
499
+
and `config.json` contains the following as an example:
500
+
```
501
+
{
502
+
"apiPackage" : "petstore"
503
+
}
504
+
```
505
+
506
+
Supported config options can be different per language. Running `config-help -l {lang}` will show available options.
507
+
**These options are applied via configuration file (e.g. config.json) or by passing them with `-D{optionName}={optionValue}**. (If `-D{optionName}` does not work, please open a [ticket](https://github.com/swagger-api/swagger-codegen/issues/new) and we'll look into it)
0 commit comments