Skip to main content

command

Function command 

Source
pub fn command<Args, Arg, Env, Key, Value>(
    program: &str,
    args: Args,
    env: Option<Env>,
) -> Command
where Args: IntoIterator<Item = Arg>, Arg: AsRef<OsStr>, Env: IntoIterator<Item = (Key, Value)>, Key: AsRef<OsStr>, Value: AsRef<OsStr>,