Searched defs:all_subcommands (Results 1 – 3 of 3) sorted by relevance
109 let mut all_subcommands = utils::all_subcommands(p); in subcommand_details() localVariable224 let mut all_subcommands = vec![]; localVariable
75 fn all_subcommands(cmd: &Command) -> String { in all_subcommands() function
9 pub fn all_subcommands(cmd: &Command) -> Vec<(String, String)> { in all_subcommands() function