1 2 3 4 5 6 7 8
pub fn format_workspace_gate_failure(command: &str, detail: &str) -> String { format!( "ERR: Workspace checks did not pass; the next step did not run.\n\ Run `malvin -g`, then retry `{command}`.\n\ \n\ {detail}" ) }