Closed
Description
This is mostly to support passing the --runner
option through to jobs, as described in this thread.
Was considering exposing the _passthrough_options
field itself, but it seems better to simply allow something like self.add_passthrough_option('--runner')
.