pub fn run(project: &Path, options: &ExecOptions) -> (Option<Rendered>, i32)Expand description
keel exec for project: wrap one command as a cmd: durable flow.
Returns the rendered report (if any) and the process exit code: the child’s own exit code on a live/replay run, 127 on a spawn failure, 0 on a busy-skip, 1 on a refusal (E032/E033/E030-fail), 2 on a usage error.