Home
last modified time | relevance | path

Searched refs:args_conflicts_with_subcommands (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dconflicts.rs690 .args_conflicts_with_subcommands(true) in args_negate_subcommands_one_level()
709 .args_conflicts_with_subcommands(true) in args_negate_subcommands_two_levels()
715 .args_conflicts_with_subcommands(true) in args_negate_subcommands_two_levels()
746 .args_conflicts_with_subcommands(true) in subcommand_conflict_error_message()
758 .args_conflicts_with_subcommands(true) in subcommand_conflict_negates_required()
Dhelp.rs1155 .args_conflicts_with_subcommands(true) in args_negate_sc()
1419 .args_conflicts_with_subcommands(true) in last_arg_mult_usage_with_sc()
2748 .args_conflicts_with_subcommands(true) in parent_cmd_req_ignored_when_conflicts()
/third_party/rust/crates/clap/clap_complete/examples/
Ddynamic.rs18 .args_conflicts_with_subcommands(true); in command()
/third_party/rust/crates/clap/examples/
Dgit.rs47 .args_conflicts_with_subcommands(true) in cli()
Dgit-derive.rs78 #[command(args_conflicts_with_subcommands = true)]
/third_party/rust/crates/clap/clap_bench/benches/
D03_complex.rs249 .args_conflicts_with_subcommands(true) in parse_args_negate_scs()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs2836 pub fn args_conflicts_with_subcommands(self, yes: bool) -> Self { in args_conflicts_with_subcommands() method