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
Add a CLI option for selecting the naming strategy (#708)
### Motivation
The recently introduced naming strategy is only configurable in the
config file, but pure CLI users might also want to use it without
creating a config file.
### Modifications
Add a `--naming-strategy` option to the `swift-openapi-generator` CLI.
### Result
Users can use the new naming strategy without creating a config file, if
they didn't have one before.
### Test Plan
Tested manually on a sample project.
0 commit comments