pub type CapturedRun = (ExecOutcome, Vec<u8>);Expand description
One parallel worktree run: its ExecOutcome plus the captured
stdout+stderr bytes printed as a block by the caller.
pub type CapturedRun = (ExecOutcome, Vec<u8>);One parallel worktree run: its ExecOutcome plus the captured
stdout+stderr bytes printed as a block by the caller.