If I wanted to write a Pants plugin to all targets...
# general
c
If I wanted to write a Pants plugin to all targets defined in the
BUILD
file in a directory (e.g.
path/to/BUILD
), would I use
CoarsenedTargets
and
CoarsenedTargetsRequest
? Edit: seems that I could just do the following, without making a request (?)
Copy code
InferredDependencies([Address("path/to")])