danielgtaylor / openapi-cli-generator

Generate a CLI from an OpenAPI 3 specification
MIT License
179 stars 49 forks source link

Add new "--output" flag to command generate #34

Closed falzm closed 3 years ago

falzm commented 4 years ago

This change introduces an optional --output|-o flag to the generate command, allowing users to specify an alternative output file for generated code instead of the name of the input OpenAPI spec file.

falzm commented 3 years ago

This feature has been implemented in our fork: https://github.com/exoscale/openapi-cli-generator