23andMe / Yamale

A schema and validator for YAML.
MIT License
666 stars 88 forks source link

glob pattern matching #229

Open nirupbbnk opened 11 months ago

nirupbbnk commented 11 months ago

HI Team yamale -s plans_schema.yaml ./mainfolder/*/plan

Here it needs to match all folders after mainfolder , if we have one folder after mainfolder it works , but if there are multiple folders after mainfolder . it throws error saying yamale: error: unrecognized arguments:

Thanks