The verbose alternative is to do `await MultiGet(A...
# plugins
h
The verbose alternative is to do
await MultiGet(Address, AddressInput, AddressInput.parse())
, or
await MultiGet(WrappedTarget, AddressInput, AddressInput.parse())
We’re doing the rc either today or this weekend, and that will add
UnparsedAddressInputs
-- You can also use a normal
Dependencies
field, rather than having a dedicated field like
"packages"
. That would allow you to use
await Get(Addresses|Targets, DependenciesRequest)
. But I recommend having the dedicated field so that it calls attention that you’re going to be doing something magical here: running the equivalent of
./pants package
on each target.