Skip to main content

commander

Function commander 

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