is there a way to see what files/code pants is run...
# general
q
is there a way to see what files/code pants is running on when we use it with
--changed-since
? Because I tried it with and without this flag and it seems to be taking the same amount of time which I am not sure why
c
You could try
--changed-since
with the
list
goal
q
thank you!