Skip to main content

exec

Function exec 

Source
pub fn exec(plan: &RunPlan) -> Result<i32, Rendered>
Expand description

Execute a RunPlan, inheriting the environment (so KEEL_* passes through). Returns the child’s exit code, or a rendered spawn error.