We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b046d00 commit e52ddf9Copy full SHA for e52ddf9
1 file changed
apps/cli/src/index.ts
@@ -73,6 +73,8 @@ function formatSearchResult(result: SearchResult): string {
73
74
/**
75
* Format replace results for human-readable output
76
+ * @param result - Replace operation result
77
+ * @returns Formatted string with replacement summary
78
*/
79
function formatReplaceResult(result: ReplaceResult): string {
80
const lines: string[] = [];
0 commit comments