https://pantsbuild.org/ logo
b

bitter-ability-32190

10/04/2022, 4:50 PM
@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