Searched refs:get_subcommands_containing (Results 1 – 1 of 1) sorted by relevance
3519 self.get_subcommands_containing(arg) in get_global_arg_conflicts_with()3545 fn get_subcommands_containing(&self, arg: &Arg) -> Vec<&Self> { in get_subcommands_containing() method3554 vec.append(&mut self.subcommands[idx].get_subcommands_containing(arg)); in get_subcommands_containing()