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

Allow env vars to override config but not args

This commit is contained in:
Aaron Kollasch
2022-10-25 19:30:11 -04:00
parent 5652038f01
commit 36ccc6a31e
4 changed files with 74 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
# unreleased
- Allow env vars to override config files, but not command-line arguments, see #1152, #1281, and #2381 (@aaronkollasch)
## Features
- Implemented `-S` and `--chop-long-lines` flags as aliases for `--wrap=never`. See #2309 (@johnmatthiggins)