Function clap_complete::generator::utils::all_subcommands
source · 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")
.