https://pantsbuild.org/ logo
w

witty-crayon-22786

05/11/2020, 9:51 PM
@hundreds-father-404: it would with xargs
☝️ 1
h

hundreds-father-404

05/11/2020, 10:00 PM
what would this be?
w

witty-crayon-22786

05/11/2020, 10:25 PM
xargs
is a unix tool to take
stdin
and turn it into args to a process
h

hundreds-father-404

05/11/2020, 10:25 PM
yes, but I mean what is the actual command to use this (if you know off the top of your head)
w

witty-crayon-22786

05/11/2020, 10:26 PM
Copy code
./pants --no-v2-ui dependees helloworld/util | xargs ./pants list
h

hundreds-father-404

05/11/2020, 10:27 PM
It worked! Thanks!