Skip to main content

run_with_options

Function run_with_options 

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

Runs the command-line application with explicit presentation options.