Searched refs:try_get_matches (Results 1 – 6 of 6) sorted by relevance
9 .try_get_matches(); in unique_arg_names()20 .try_get_matches(); in unique_arg_shorts()31 .try_get_matches(); in unique_arg_longs()
274 .try_get_matches(); in default_missing_values_are_possible_values()290 .try_get_matches(); in default_missing_values_are_valid()
321 .try_get_matches(); in positional_arg_with_long()332 .try_get_matches(); in positional_arg_with_short()
809 .try_get_matches(); in default_values_are_possible_values()825 .try_get_matches(); in invalid_default_values()
97 let mut matches = ok!(<Self as CommandFactory>::command().try_get_matches()); in try_parse()
546 pub fn try_get_matches(self) -> ClapResult<ArgMatches> { in try_get_matches() method