Searched refs:from_argmatches (Results 1 – 1 of 1) sorted by relevance
594 Self::from_argmatches(Self::into_app().get_matches()) in parse()603 Self::from_argmatches(Self::into_app().get_matches_from(argv)) in parse_from()630 fn from_argmatches<'a>(matches: clap::ArgMatches<'a>) -> Self; in from_argmatches() method