Is there a way to do something like `./pants --loo...
# general
s
Is there a way to do something like
./pants --loop run foo:bar
where
bar
is a
run_shell_command
?
b
Have you tried it and are observing a problem?
s
I'm unable to pass
restartable
to
run_shell_command
. Because of that, the command doesn't actually loop when I make changes to dependencies
It's consistent with the behavior I see for
pex_binary
. If I don't pass
restartable=True
it doesn't actually loop
b
Ah. I see. I think this isn't supported currently, but I imagine it wouldn't be hard to. Could you file a feature-request issue?
s
Good idea. I'll do some due diligence first