pub(crate) fn run_cmd_output(program: &str, args: &[&str]) -> Result<String>
Run an arbitrary command and return stdout. Fails if exit code != 0.