<@U04S45AHA> is there a way to have the PEX contai...
# general
b
@enough-analyst-54434 is there a way to have the PEX contain multiple packages with scripts, and allow for executing one of them via the cmd-line? I think thats the intent here. One PEX, but
./pants run <pex_binary> -- script1 --arg1
as well as
./pants run <pex_binary> -- script2 --arg1