pub fn parse_error_format(
    early_dcx: &mut EarlyDiagCtxt,
    matches: &Matches,
    color_config: ColorConfig,
    json_color: ColorConfig,
    json_rendered: HumanReadableErrorType,
) -> ErrorOutputTypeExpand description
Parses the --error-format flag.