From 3aaec8cb3ba3c7187933d5b243ef35188955d312 Mon Sep 17 00:00:00 2001 From: dddffgg Date: Sat, 31 Jan 2026 17:02:24 +0800 Subject: [PATCH] docs: update long-help.txt with --quiet-empty flag --- doc/long-help.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/long-help.txt b/doc/long-help.txt index 8cb60812..023fa593 100644 --- a/doc/long-help.txt +++ b/doc/long-help.txt @@ -57,6 +57,10 @@ Options: --diff-context Include N lines of context around added/removed/modified lines when using '--diff'. + -E, --quiet-empty + When this flag is set, bat will produce no output at all when the input is empty. This is + useful when piping commands that may produce empty output, like 'git diff'. + --tabs Set the tab width to T spaces. Use a width of 0 to pass tabs through directly