early-twilight-26336
06/21/2024, 6:01 PMpex_binary
target deep in the filesystem like foo/bar/baz:bin
and I would love to, at the top-level, say target(name="baz", dependencies=["foo/bar/baz:bin"])
in order to enable pants run :baz
. But I get
NoApplicableTargetsException: No applicable files or targets matched. The `run` goal works with these target types:
* pex_binary
* python_requirement
* python_source
* python_test
* run_shell_command
However, you only specified target arguments with these target types:
* target
is there another way to do this?curved-television-6568
06/21/2024, 9:36 PMearly-twilight-26336
06/21/2024, 9:37 PM