Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnjack committed Jun 6, 2021
1 parent 3473f21 commit 10c7f1b
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 @@ -6,6 +6,7 @@ kažy is an application that highlights, filters and extracts string patterns fr

### How to use?
```
$ kazy -h
Highlights, filters and extracts string patterns from STDIN
Usage:
Expand All @@ -14,7 +15,7 @@ Usage:
Flags:
-b, --buffer int buffer size in KB (default 64)
-e, --exclude stringArray exclude from output lines which match provided patterns
-x, --extract extract matched strings (leftmost) instead of highlighting them
-x, --extract count extract instead of highlighting. Can be provided multiple times to control which matched string is extracted
-h, --help help for kazy
-i, --include stringArray only include lines which match provided patterns
-l, --limit int limit the length of the line, characters
Expand Down

0 comments on commit 10c7f1b

Please sign in to comment.