pub fn try_parse_from<P, I, T>(arguments: I) -> Result<P, Error>where P: CommandFactory + FromArgMatches, I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Parses an explicit argument iterator without exiting.