[][src]Function git_global::subcommands::get_subcommands

pub fn get_subcommands() -> Vec<(&'static str, &'static str)>

Return the list of all subcommand names and descriptions.

Used for building the clap::App in the cli module.