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
Handle simple configs with output flag properly
It turns out that a very simple command invocation, specifying only
the spec and `-o` flag to generate an output filename ignores the
output filename option.
Rewrite configuration options
The way configuration was handled was becoming a mess. I've
rewritten it to expose the configuration struct from the
codegen package directly.
This is a very breaking change, so the `--old-config-style` flag will
use the old configuration parsing, and `--output-config` will output
the new style config file from old config to aid in rewriting.
upgrade getkin/kin-openapi to v0.80.0 to fix panic when server is mis…
…sing a path (oapi-codegen#474)
Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>