pub fn exec(plan: &RunPlan) -> Result<i32, Rendered>
Execute a RunPlan, inheriting the environment (so KEEL_* passes through). Returns the child’s exit code, or a rendered spawn error.
RunPlan
KEEL_*