From a1cf0eca184900cff6c172d6e93a4e60fbdc9dd3 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Tue, 24 Sep 2019 12:11:54 -0700 Subject: [PATCH] Update documentation for batgrep --- doc/batgrep.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/batgrep.md b/doc/batgrep.md index 99e9916..f1705a1 100644 --- a/doc/batgrep.md +++ b/doc/batgrep.md @@ -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.

This is automatically enabled when `--context=0` or when `bat --version` is less than `0.12.x`. | | | `--no-highlight` | Do not highlight matching lines.

This is automatically enabled when `--context=0`. | +| | `--color` | Force color output. | +| | `--no-color` | Force disable color output. |