-x doesn't work with globs
Open
- Dominant language
- TypeScript
- Stars
- 512
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
In my bash (macos) package.json of a yarn workspace,
this script line works (as expected) and only runs on my* packages:
```
"testp": "wsrun -p '@scope/my*' -c test",
```
..however this doesn't work, it doesn't exclude my* packages:
```
"testx": "wsrun -x '@scope/my*' -c test",
```
(wsrun 5.2.4)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.