Skip to main content

run

Function run 

Source
pub fn run<I, T>(
    args: I,
    stdin: &mut dyn Read,
    stdout: &mut dyn Write,
    stderr: &mut dyn Write,
) -> i32
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Expand description

Runs the command-line application against supplied streams.