1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-09 10:03:18 +00:00

docs: add instructions for removing fish help abbreviations

Add documentation showing how to erase the fish abbreviations for
--help and -h, since the dash-prefixed names make removal non-obvious.
The key is using -- before the abbreviation name to prevent fish from
interpreting it as a flag.

Closes #3536
This commit is contained in:
Claw Explorer
2026-03-26 12:18:52 -04:00
parent 3ee9ea9a8d
commit 89f3d2d31a
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -1,6 +1,10 @@
# unreleased
## Other
- Add instructions for removing fish help abbreviations to README, see #3655 (@claw-explorer). Closes #3536
## Features
- Preserve `--diff` change markers and snip separators when `--plain` is set. Closes #3630, see #3643 (@mvanhorn)