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

docs: add changelog entry for --quiet-empty flag

This commit is contained in:
dddffgg
2026-01-31 16:44:39 +08:00
parent 783acbc83d
commit 26118afde0

View File

@@ -4,6 +4,7 @@
## Features
- Add `--quiet-empty` (`-E`) flag to suppress output when input is empty, see #1936 (@NORMAL-EX)
- Improve native man pages and command help syntax highlighting by stripping overstriking, see #3517 (@akirk)
## Bugfixes