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
When attempting to use the golang codegen with the option withXml=true, I mistakenly typed withXML (#490). My error was silently ignored and I spent a few minutes trying to figure out why it wasn't working. It might be more user-friendly to throw an error.
Description
When attempting to use the golang codegen with the option
withXml=true
, I mistakenly typedwithXML
(#490). My error was silently ignored and I spent a few minutes trying to figure out why it wasn't working. It might be more user-friendly to throw an error.openapi-generator version
Docker
Command line used for generation
vs
Steps to reproduce
Run the above incorrect command
Related issues/PRs
Suggest a fix/enhancement
Throw an error!
The text was updated successfully, but these errors were encountered: