Allow wildcards for `--include`
As far as I can work out, at the moment it's not possible to do something like plz query print //dir/... --include 'metadata*', but it might be nice to be able to do that.
This is potentially too narrow a use case and/or a misuse of labels...
I think this could be very useful. There are targets that have labels like go_package:github.com/thought-machine/please/src/core, and it might be nice to do something like plz query alltargets -i go_package:\*
Yup, seems useful and I don't think it will be particularly hard to do (we don't index by labels so it isn't a significant performance issue or anything)
This issue has been automatically marked as stale because it has not had any recent activity in the past 90 days. It will be closed if no further activity occurs. If you require additional support, please reply to this message. Thank you for your contributions.