Is there a way to give Pants two files, and then P...
# general
c
Is there a way to give Pants two files, and then Pants show the dependency import chain of how these two files are related?
1
h
Yup,
pants paths
is what you're looking for
c
Amazing, thank you!