Function hyper_scripter::util::create_cmd[][src]

pub fn create_cmd<I, S1, S2>(cmd_str: S2, args: I) -> Command where
    I: IntoIterator<Item = S1>,
    S1: AsRef<OsStr>,
    S2: AsRef<OsStr>,