Skip to main content

extract_command_path

Function extract_command_path 

Source
pub fn extract_command_path(
    args: &[impl AsRef<str>],
    bool_flags: &BTreeSet<String>,
    value_flags: &BTreeSet<String>,
) -> String
Expand description

Extracts a colon-separated command path from raw args.