Home
last modified time | relevance | path

Searched refs:complex_app (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
H A Dtests.rs91 let matches = utils::complex_app() in check_complex_output()
417 let mut cmd = utils::complex_app(); in mut_arg_all()
431 let cmd = utils::complex_app(); in mut_subcommand_all()
H A Dconflicts.rs332 utils::complex_app(), in conflict_output()
351 utils::complex_app(), in conflict_output_rev()
369 utils::assert_output(utils::complex_app(), "clap-test -F -F", ERR, true); in conflict_output_repeat()
384 utils::complex_app(), in conflict_output_with_required()
403 utils::complex_app(), in conflict_output_rev_with_required()
H A Dutils.rs46 pub fn complex_app() -> Command { in complex_app() functions
H A Dhelp.rs176 let m = utils::complex_app().try_get_matches_from(vec!["clap-test", "subcmd", "-h"]); in subcommand_short_help()
184 let m = utils::complex_app().try_get_matches_from(vec!["clap-test", "subcmd", "--help"]); in subcommand_long_help()
192 let m = utils::complex_app().try_get_matches_from(vec!["clap-test", "help", "subcmd"]); in subcommand_help_rev()
232 utils::assert_output(utils::complex_app(), "clap-test --help", HELP, false); in complex_help_output()
526 let a = utils::complex_app(); in complex_subcommand_help_output()
H A Dopts.rs458 utils::assert_output(utils::complex_app(), "clap-test --optio=foo", DYM, true); in did_you_mean()
H A Drequire.rs526 utils::assert_output(utils::complex_app(), "clap-test -F", MISSING_REQ, true); in missing_required_output()

Completed in 13 milliseconds