pub fn run(
project: &Path,
target: &str,
args: &[String],
) -> (Option<Rendered>, i32)Expand description
keel record run <target> [args…]: plan the dispatch exactly like keel run, then exec with KEEL_RECORD set to a fresh path under
.keel/recordings/ so the front end tees every intercepted call into it.
Otherwise byte-identical to keel run — recording is a pure observer
(docs/recording-format.md).