Skip to main content

parse_quick_flags

Function parse_quick_flags 

Source
fn parse_quick_flags<'a>(
    first: &'a str,
    rest: impl Iterator<Item = &'a String>,
) -> Result<CliCommand, CliError>