RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.69k stars 1.23k forks source link

Ignore switches overridden by Options #4668

Open paulomorgado opened 8 months ago

paulomorgado commented 8 months ago

This PR tries to avoid duplicating switches already present in Options for the invocation command-line tool.

Addresses #4205

paulomorgado commented 8 months ago

This seems to be impossible without a custom task,