not sure if those would work with adhoc_tool as ru...
# development
c
not sure if those would work with adhoc_tool as runnable though... maybe same issue still I just realized
g
~ish. Since
run_shell_command
can't run in sandbox it can't be used with adhoc tools. I guess I can use
shell_command
instead of
adhoc_tool
though.
It seems like if one knows the file is a binary we should just be able to use it directly
I don't see why I shouldn't be able to
pants run :my_downloaded_file
if it's runnable
👍 1