Skip to main content

run_command

Function run_command 

Source
pub fn run_command(
    cmd: &str,
    worktree: &Path,
    ceiling: Option<Duration>,
) -> CheckRecord
Expand description

Runs one shell command in a worktree, bounded, capturing both streams.

Shared with worktree preparation, which needs exactly this and must not be reported as a gate check.