Update documentation for batgrep

This commit is contained in:
Ethan P 2019-09-24 12:11:54 -07:00
parent e71de135e6
commit a1cf0eca18
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -23,6 +23,8 @@ A script that combines [ripgrep](https://github.com/burntsushi/ripgrep) with bat
| | `--no-follow` | Do not follow symlinks. |
| | `--no-snip` | Do not show the `snip` decoration.<br /><br />This is automatically enabled when `--context=0` or when `bat --version` is less than `0.12.x`. |
| | `--no-highlight` | Do not highlight matching lines.<br /><br />This is automatically enabled when `--context=0`. |
| | `--color` | Force color output. |
| | `--no-color` | Force disable color output. |