is there an exhaustive command line reference some...
# general
m
is there an exhaustive command line reference somewhere? i see a lot of stuff via google search that implies
pants -q
or
pants run -q
is an option for quiet output, but i dont see that if i call
pants help
or
pants help run
c
pants help-all
would be the truly exhaustive reference.
c
help
only gives you the basics, try
help-advanced
(although, I don’t know of a
-q
flag..)