Skip to main content

commander_blocking

Function commander_blocking 

Source
pub fn commander_blocking<I, S>(
    prog_n_args: I,
    environment_variables: Option<&[(&str, &str)]>,
) -> Command
where I: IntoIterator<Item = S>, S: AsRef<OsStr>,