Skip to content

Commit

Permalink
Add globbing (--include, --exclude)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusarov committed Jul 19, 2020
1 parent bae4f11 commit fae93bb
Show file tree
Hide file tree
Showing 14 changed files with 814 additions and 554 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ bin/
~$*.xlsx
**/Properties/launchSettings.json
TestResults/

*.user
Binary file modified Grep Options Analysis.xlsx
Binary file not shown.
1 change: 1 addition & 0 deletions Grepl.Tests/ColorfulStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public override void Write(char value)
}
_sbRaw.Append(value);
_sbColored.Append(value);
Console.Write(value);
}
}
}
Loading

0 comments on commit fae93bb

Please sign in to comment.