Skip to main content

run_watched

Function run_watched 

Source
pub fn run_watched(
    program: &str,
    args: &[&str],
    env: &[(&str, &str)],
) -> Result<()>
Expand description

Runs a command, forwarding its output, and fails if it goes quiet.