pub fn run_watched( program: &str, args: &[&str], env: &[(&str, &str)], ) -> Result<()>
Runs a command, forwarding its output, and fails if it goes quiet.