Function clap_complete::aot::utils::all_subcommands
source ยท pub fn all_subcommands(cmd: &Command) -> Vec<(String, String)>
Expand description
Gets all subcommands including child subcommands in the form of ("name", "bin_name")
.
Subcommand rustup toolchain install
would be converted to
("install", "rustup toolchain install")
.