pub fn run( target: &str, args: &[String], disable: bool, ) -> (Option<Rendered>, i32)
The whole keel run command: plan, then exec. On a dispatch error render it; on success return the child’s exit code.
keel run