Searched refs:try_from_argmatches (Results 1 – 1 of 1) sorted by relevance
608 Self::try_from_argmatches(Self::into_app().get_matches_safe()?) in try_parse()617 Self::try_from_argmatches(Self::into_app().get_matches_from_safe(argv)?) in try_parse_from()633 fn try_from_argmatches<'a>(matches: clap::ArgMatches<'a>) -> Result<Self, clap::Error>; in try_from_argmatches() method