pub fn classify_lines(
lines: &[String],
signatures: Option<&CompiledSignatures>,
) -> ErrorKindExpand description
Classify a list of stderr lines by joining them (newline-separated)
and running classify. Convenience wrapper for the spawn-exit path
where stderr is captured line-by-line.