Can I use `script` field from `pex_binary` with `....
# general
m
Can I use
script
field from
pex_binary
with
./pants run
? 🤔 It seems like I can't add the arguments when I run it?
c
There is
--run-args
, or simply
./pants run <target> — args
should work (that is a double dash in there..)
m
I completely missed that, and it's the only argument for that goal hahaha
thanks
c
np 😄