Is there a way to pass in arguments to pex when bu...
# pex
c
Is there a way to pass in arguments to pex when building packages (e.g.
--include-tools
)?
h
Not arbitrarily, but many arguments (
--include- tools
among them) are exposed via fields on the
pex_binary
target: https://www.pantsbuild.org/v2.3/docs/reference-pex_binary
c
Oh nice - I was on v 2.2 of the docs which don't appear to have those. Is that because they were undocumented or were they added in 2.3?
h
Added in 2.3