If I wanted to extend the options for the `[pex]` ...
# general
h
If I wanted to extend the options for the
[pex]
section, is that as simple as subclassing
pants.backend.python.util_rules.PexRuntimeEnvironment
?
Those are pretty specific to how the pex is run so I might just make my own
Subsystem
and call it
pex_publish
or something.
w
yea, would create a new subsystem
h
yeah there is currently no way to extend a subsystem