pub fn parse_args_from<I, T>(itr: I) -> Argswhere I: IntoIterator<Item = T>, T: Into<OsString> + Clone,