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