1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Merge pull request #2309 from johnmatthiggins/master

Added -S flag for truncating long lines
This commit is contained in:
David Peter
2022-10-30 17:36:09 +01:00
committed by GitHub
5 changed files with 63 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
# unreleased
## Features
- Implemented `-S` and `--chop-long-lines` flags as aliases for `--wrap=never`. See #2309 (@johnmatthiggins)
## Bugfixes