Home
last modified time | relevance | path

Searched defs:sub_matches (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dflag_subcommands.rs20 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_normal() localVariable
45 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_normal_with_alias() localVariable
66 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_short() localVariable
87 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_short_with_args() localVariable
112 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_short_with_alias() localVariable
185 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_short_with_aliases() localVariable
261 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_long() localVariable
285 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_long_with_alias() localVariable
309 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_long_with_aliases() localVariable
335 let sub_matches = matches.subcommand_matches("some").unwrap(); in flag_subcommand_multiple() localVariable