Skip to content

Commit

Permalink
add options to usage instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenDueck committed Apr 15, 2024
1 parent acbf88e commit 28f3289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ something that is not easy to achieve with tools like `grep` and `less`.
# Usage
```
Usage: colorexp [options] patterns...
-f, --full-match-highlight Highlight the entire match, even if pattern contains capturing groups.
-F, --fixed-strings Do not interpret regular expression metacharacters.
-i, --ignore-case Perform case insensitive matching.
-h, --no-highlight Do not color by changing the background color.
-H, --only-highlight Only color by changing the background color.
-i, --ignore-case Perform case insensitive matching.
-g, --vary-group-colors-off Turn off changing of colors for every capturing group. Defaults to on if exactly one pattern is given.
-G, --vary-group-colors-on Turn on changing of colors for every capturing group. Defaults to on if exactly one pattern is given.
```
Expand Down

0 comments on commit 28f3289

Please sign in to comment.