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

Add missing shell completions for various CLI arguments

This commit is contained in:
Keith Hall
2025-09-27 16:04:09 +03:00
parent e3f92c0975
commit 8e90efb2b4
4 changed files with 59 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
- Make --map-syntax target case insensitive to match --language, see #3206 (@keith-hall)
- Correctly determine the end of the line in UTF16LE/BE input #3369 (@keith-hall)
- `--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)
## Other