pub fn run_command_until(
cmd: &str,
worktree: &Path,
ceiling: Option<Duration>,
until: &Stop,
) -> CheckRecordExpand description
run_command, answering to one run’s stop as well as to Ctrl-C.
pub fn run_command_until(
cmd: &str,
worktree: &Path,
ceiling: Option<Duration>,
until: &Stop,
) -> CheckRecordrun_command, answering to one run’s stop as well as to Ctrl-C.