Skip to main content

run_command_until

Function run_command_until 

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

run_command, answering to one run’s stop as well as to Ctrl-C.