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