Fluxion::Executor::ShellRunner
Runs processes on behalf of the executors.
An interface rather than a concrete class so specs can drive every module
executor without spawning anything, and so plan and dry-run can share
the same code path as apply while never touching the host.
Instance methods
Convenience for probes and one-off checks.
Runs command, yielding each output line as it arrives.
run(command : Command) : ProcessResult
Source