Format structured grep matches using existing formatting logic.
formatGrepMatches(
matches: GrepMatch[],
outputMode: "content" | "files_with_matches" | "count"
): string| Name | Type | Description |
|---|---|---|
matches* | GrepMatch[] | |
outputMode* | "content" | "files_with_matches" | "count" |