Skip to main content

try_parse_from

Function try_parse_from 

Source
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,
Expand description

Parses an explicit argument iterator without exiting.