Searched refs:args_conflicts_with_subcommands (Results 1 – 7 of 7) sorted by relevance
18 .args_conflicts_with_subcommands(true); in command()
33 .args_conflicts_with_subcommands(true) in cli()
44 #[clap(args_conflicts_with_subcommands = true)]
47 .args_conflicts_with_subcommands(true) in cli()
78 #[command(args_conflicts_with_subcommands = true)]
2836 pub fn args_conflicts_with_subcommands(self, yes: bool) -> Self { in args_conflicts_with_subcommands() method
2910 pub fn args_conflicts_with_subcommands(self, yes: bool) -> Self { in args_conflicts_with_subcommands() method