Skip to main content

output

Function output 

Source
pub fn output(
    program: &str,
    args: &[&str],
    env: &BTreeMap<String, String>,
    cwd: Option<&Path>,
) -> Result<Output>