Is there a way to combined `--changed-since` with ...
# general
f
Is there a way to combined
--changed-since
with actual listed targets in a single Pants command? Like I want the union of what the changed subsystem gives plus the things I specify. The changes subsystem doesn't seem to like this
Copy code
❯ ./pants --changed-since=origin/main list tests/local/email/test_email.py 
10:26:05.80 [ERROR] You used `--changed-since` at the same time as using file arguments. You can only use `--changed-since` or use normal arguments.