Open WORMSS opened 3 years ago
Is it possible to get a glob matching rather than only regex?
{ "cmd": "blarblar", "matchGlob": "myglob/**/*.ts" }
or maybe
{ "cmd": "blarblar", "match": "myglob/**/*.ts", "globMatch": true, }
??
Is it possible to get a glob matching rather than only regex?
or maybe
??