1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

docs: update long-help.txt with --quiet-empty flag

This commit is contained in:
dddffgg
2026-01-31 17:02:24 +08:00
parent 2030ffa664
commit 3aaec8cb3b

View File

@@ -57,6 +57,10 @@ Options:
--diff-context <N>
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 <T>
Set the tab width to T spaces. Use a width of 0 to pass tabs through directly