Function clap_complete::generator::utils::subcommands
source · Expand description
Gets subcommands of [clap::Command] in the form of ("name", "bin_name").
Subcommand rustup toolchain install would be converted to
("install", "rustup toolchain install").