pub fn bat<S>( args: impl IntoIterator<Item = S>, stdin: &str, ) -> Result<(), Error>where S: AsRef<OsStr>,