<#10087 Consistent Target Selection arguments.> Is...
# github-notifications
c
#10087 Consistent Target Selection arguments. Issue created by jperkelens There are currently (AFAICT) four ways to select targets: 1.
./pants --changed-since=<revision> goal
2.
./pants goal <files>
3.
./pants goal <addresses>
4.
./pants --spec-file=<file> goal
Of these, only the first supports expanding the selection list with dependees qualifiers with the option
--changed-include-dependees
. Pants should support a unified option for expanding the target list with dependees (and perhaps dependents) to eliminate complicated list mutation. pantsbuild/pants