For jsonschema-cli, validate's -i flag takes a single argument. It would be helpful if a single command line flag could indicate the beginning of a list of files to validate, allowing for globbing. E.g.:
jsonschema-cli validate schema.json -I *.json
Pardon such a small quality of life request, but having to resort to a loop, xargs, etc. here is rather dismal (in an otherwise excellent tool).
For jsonschema-cli, validate's -i flag takes a single argument. It would be helpful if a single command line flag could indicate the beginning of a list of files to validate, allowing for globbing. E.g.:
jsonschema-cli validate schema.json -I *.json
Pardon such a small quality of life request, but having to resort to a loop, xargs, etc. here is rather dismal (in an otherwise excellent tool).