Searched refs:args_conflicts_with_subcommands (Results 1 – 7 of 7) sorted by relevance
690 .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()
1155 .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()
18 .args_conflicts_with_subcommands(true); in command()
47 .args_conflicts_with_subcommands(true) in cli()
78 #[command(args_conflicts_with_subcommands = true)]
249 .args_conflicts_with_subcommands(true) in parse_args_negate_scs()
2836 pub fn args_conflicts_with_subcommands(self, yes: bool) -> Self { in args_conflicts_with_subcommands() method