Skip to main content

run

Function run 

Source
pub fn run(
    target: &str,
    args: &[String],
    disable: bool,
) -> (Option<Rendered>, i32)
Expand description

The whole keel run command: plan, then exec. On a dispatch error render it; on success return the child’s exit code.