Searched defs:sub_matches (Results 1 – 1 of 1) sorted by relevance
20 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_normal() localVariable45 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_normal_with_alias() localVariable66 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_short() localVariable87 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_short_with_args() localVariable112 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_short_with_alias() localVariable185 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_short_with_aliases() localVariable261 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_long() localVariable285 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_long_with_alias() localVariable309 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_long_with_aliases() localVariable335 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_multiple() localVariable