I can run `pants dependents --transitive <some ...
# general
h
I can run
pants dependents --transitive <some file>
and get a list of targets back to me. If I run
pants paths --from=<some file> --to=<one file in the output>
, I get back
[]
suggesting there is no link. Would this be expected?
1
Maybe
--from
and
--to
need to be in a specific order?
c
yes, I think it is directional..