get_subcommands

Function get_subcommands 

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

Return the list of all subcommand names and descriptions.

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