Home
last modified time | relevance | path

Searched defs:all_subcommands (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/clap/clap_complete/src/shells/
Dzsh.rs109 let mut all_subcommands = utils::all_subcommands(p); in subcommand_details() localVariable
224 let mut all_subcommands = vec![]; localVariable
Dbash.rs75 fn all_subcommands(cmd: &Command) -> String { in all_subcommands() function
/third_party/rust/crates/clap/clap_complete/src/generator/
Dutils.rs9 pub fn all_subcommands(cmd: &Command) -> Vec<(String, String)> { in all_subcommands() function