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

fix: display color when NO_COLOR is an empty string (#2767)

This commit is contained in:
Lena
2023-12-02 12:43:55 +01:00
committed by GitHub
parent 748e2a681f
commit 28990bc451
3 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
## Bugfixes
- Fix `NO_COLOR` support, see #2767 (@acuteenvy)
## Other
- Upgrade to Rust 2021 edition #2748 (@cyqsimon)