1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-01 07:32:01 +00:00

feat(pipe-style): make output pipeable (any style)

This commit is contained in:
Louis Maddox
2025-10-16 13:27:11 +01:00
parent f1a0d8b3f7
commit 7eedc0f854
3 changed files with 81 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
- `--style=changes` no longer prints a two-space indent when the file is unmodified, see issue #2710 and PR #3406 (@jyn514)
- Add missing shell completions, see #3411 (@keith-hall)
- Execute help/version/diagnostic commands even with invalid config/arguments present, see #3414 (@keith-hall)
- Fixed line numbers (`-n`) and style components not printing when piping output, see issue #2935 and PR #3438 (@lmmx)
## Other