Searched refs:INTERNAL_ERROR_MSG (Results 1 – 12 of 12) sorted by relevance
13 use INTERNAL_ERROR_MSG;82 self.v.val_delim.expect(INTERNAL_ERROR_MSG) in name_no_brackets()97 Cow::Borrowed(names.values().next().expect(INTERNAL_ERROR_MSG)) in name_no_brackets()110 self.v.val_delim.expect(INTERNAL_ERROR_MSG) in fmt()
11 use INTERNAL_ERROR_MSG;70 self.v.val_delim.expect(INTERNAL_ERROR_MSG) in fmt()
11 use INTERNAL_ERROR_MSG;258 &p.find_subcommand(sc).expect(INTERNAL_ERROR_MSG).p346 let mut conflicts = get_zsh_arg_conflicts!(p, o, INTERNAL_ERROR_MSG);407 let mut conflicts = get_zsh_arg_conflicts!(p, f, INTERNAL_ERROR_MSG);
6 use INTERNAL_ERROR_MSG;74 p.meta.bin_name.as_ref().expect(INTERNAL_ERROR_MSG).clone() in generate_inner()
6 use INTERNAL_ERROR_MSG;81 p.meta.bin_name.as_ref().expect(INTERNAL_ERROR_MSG).clone() in generate_inner()
15 use INTERNAL_ERROR_MSG;45 .expect(INTERNAL_ERROR_MSG) in validate()187 None => panic!(INTERNAL_ERROR_MSG), in build_err()309 .expect(INTERNAL_ERROR_MSG); in validate_matched_args()388 .expect(INTERNAL_ERROR_MSG) in validate_arg_num_vals()438 |v| v == val.expect(INTERNAL_ERROR_MSG) && !matcher.contains(name); in validate_arg_requires()
9 use INTERNAL_ERROR_MSG;122 .expect(INTERNAL_ERROR_MSG); in create_help_usage()233 .expect(INTERNAL_ERROR_MSG); in get_args_tag()475 .expect(INTERNAL_ERROR_MSG) in get_required_usage_from()
39 use INTERNAL_ERROR_MSG;369 .expect(INTERNAL_ERROR_MSG); in add_group()841 .expect(INTERNAL_ERROR_MSG); in is_new_arg()849 .expect(INTERNAL_ERROR_MSG); in is_new_arg()950 let sc_name = sc_name.expect(INTERNAL_ERROR_MSG); in get_matches_with()1021 .expect(INTERNAL_ERROR_MSG); in get_matches_with()1209 .expect(INTERNAL_ERROR_MSG) in get_matches_with()1345 write!(&mut mid_string, " {}", s).expect(INTERNAL_ERROR_MSG); in parse_subcommand()1425 .expect(INTERNAL_ERROR_MSG) in args_in_group()1454 .expect(INTERNAL_ERROR_MSG) in arg_names_in_group()[all …]
17 use INTERNAL_ERROR_MSG;332 arg.val_delim().expect(INTERNAL_ERROR_MSG) in val()
9 use INTERNAL_ERROR_MSG;72 panic!(INTERNAL_ERROR_MSG) in set()
581 const INTERNAL_ERROR_MSG: &'static str = "Fatal internal error. Please consider filing a bug \ constant
5 use INTERNAL_ERROR_MSG;83 .expect(INTERNAL_ERROR_MSG) in name()134 .expect(INTERNAL_ERROR_MSG) in short_or_long()160 let short = start.chars().nth(0).expect(INTERNAL_ERROR_MSG); in short()