mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-11 22:23:40 +00:00
* [cli][batch] Better glob support If invoked as `openapi-generator batch *.yaml`, the command might previously fail in some shells where `*.yaml` expands to file name only. This supports globs without path-part in the filename to prevent possible NPE. * [cli] Document batch command