-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
avro-ts-cli: Wildcard search for files doesn't work #31
Comments
Oh dear yeah that might be an issue for Windows. in Linux/Mac if you do |
For now, I have wrapped it in a shell script that gets all files and then runs them one by one. |
Hey 👋 . Not directly related to the original issue, but supporting a double-star avro-ts avro-files/**/*.avsc |
I'm kind of reluctant to add support for that inside of node itself, mainly because the libraries usually bring an ungodly number of dependencies themselves. Though I might just add the one that's most popular as you would be having it anyway, and it would only be for the CLI package. avro-ts avro-files/**/*.avsc Already works in most shells anyway. |
When running the CLI using wildcard for finding avro files, it fails.
If I take one file at a time it works fine.
I'm running on Windows.
The text was updated successfully, but these errors were encountered: