Skip to content

Commit d0a0438

Browse files
committed
fix(cli): add returns jsdoc to formatSearchResult
1 parent 3d4d800 commit d0a0438

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/cli/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ async function expandGlobs(patterns: string[]): Promise<string[]> {
5050

5151
/**
5252
* Format search results for human-readable output
53+
* @returns Formatted string with match summary
5354
*/
5455
function formatSearchResult(result: SearchResult): string {
5556
const lines: string[] = [];

0 commit comments

Comments
 (0)