It’s possible to run both V1 and V2 goals at the s...
# development
h
It’s possible to run both V1 and V2 goals at the same time.
./pants --v1 --v2 fmt fmt2 ::
. It’s also possible to run ambiguous goals at the same time,
./pants --v1 --v2 test ::
will run test with both the V1 and V2 implementations