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

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