Skip to content

0.3.0

Compare
Choose a tag to compare
@zakcutner zakcutner released this 24 Aug 22:58
· 4 commits to master since this release
Support regular expressions and optional colouring

Improve command line options to include a flag to support regular expression patterns and another to indicate when the output should be coloured. Create a `Pattern` trait in order to support both `String` and `Regex` types to be patterns. Include pattern field in builder pattern when being set.