mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-04 16:00:59 +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