Function artifact_app::cmd::cmd [] [src]

pub fn cmd<W, I, T>(w: &mut W, args: I) -> Result<()> where I: IntoIterator<Item=T>, T: Into<OsString> + Clone, W: Write