system_binary
A system binary that can be run with pants run
or consumed by adhoc_tool
.
Pants will search for binaries with name binary_name
in the search paths provided, as well as default search paths. If fingerprint
is specified, each binary that is located will be executed with the arguments from fingerprint_args
. Any binaries whose output does not match the pattern will be excluded.
The first non-excluded binary will be the one that is resolved.
Backend: pants.backend.experimental.adhoc