Searched refs:get_matches_safe (Results 1 – 3 of 3) sorted by relevance
1101 .get_matches_safe() in from_args_safe()
608 Self::try_from_argmatches(Self::into_app().get_matches_safe()?) in try_parse()
1488 pub fn get_matches_safe(self) -> ClapResult<ArgMatches<'a>> { in get_matches_safe() method