pub fn command_path_from_matches(
root_name: &str,
matches: &ArgMatches,
) -> StringExpand description
Extracts the colon-separated command path from parsed clap matches.
pub fn command_path_from_matches(
root_name: &str,
matches: &ArgMatches,
) -> StringExtracts the colon-separated command path from parsed clap matches.