Searched refs:get_all_subcommand_paths (Results 1 – 2 of 2) sorted by relevance
141 pub fn get_all_subcommand_paths(p: &Parser, first: bool) -> Vec<String> { in get_all_subcommand_paths() function177 .map(|s| get_all_subcommand_paths(&s.p, false)) in get_all_subcommand_paths()
101 let mut scs = completions::get_all_subcommand_paths(self.p, true); in subcommand_details()