Closed
Description
Example, if you use featureFlag
instead of featureFlags
:
generate:
- types
featureFlag:
- nullableSchemas
This is easy to do because the CLI is --feature-flag
(taking multiple).
We already print the following to stdout:
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: ...
- Configuration path: ...
- Generator modes: types, client
- Feature flags: ...
- Output file names: Types.swift, Client.swift
- Output directory: ...
- Diagnostics output path: <none - logs to stderr>
- Current directory: ...
- Plugin source: <none>
- Is dry run: false
- Additional imports: <none>
Probably should print something here about unknown keys?