Skip to main content

run

Function run 

Source
pub fn run<I, S>(args: I) -> Result<()>
where I: IntoIterator<Item = S>, S: Into<OsString> + Clone,