hundreds-father-404
04/21/2021, 5:33 PM./pants package
are valid? For example, something like this:
pex_binary(name="main", entry_point="main.py", validate_argv=["--help"])
Then Pants would run dist/../main.pex --help
for you as part of ./pants package
argv: list[str]
. I think we'd want the mechanism to be really accessible to use, rather than requiring writing a plugin
But we could maybe add a plugin hook for more complex situationscurved-television-6568
04/21/2021, 5:42 PMhundreds-father-404
04/21/2021, 5:51 PM