Skip to content

Commit fae93bb

Browse files
committed
Add globbing (--include, --exclude)
1 parent bae4f11 commit fae93bb

File tree

14 files changed

+814
-554
lines changed

14 files changed

+814
-554
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ bin/
44
~$*.xlsx
55
**/Properties/launchSettings.json
66
TestResults/
7-
7+
*.user

Grep Options Analysis.xlsx

311 Bytes
Binary file not shown.

Grepl.Tests/ColorfulStream.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public override void Write(char value)
3333
}
3434
_sbRaw.Append(value);
3535
_sbColored.Append(value);
36+
Console.Write(value);
3637
}
3738
}
3839
}

0 commit comments

Comments
 (0)