Skip to main content

command_path_from_matches

Function command_path_from_matches 

Source
pub fn command_path_from_matches(
    root_name: &str,
    matches: &ArgMatches,
) -> String
Expand description

Extracts the colon-separated command path from parsed clap matches.