mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 08:37:12 +00:00
Include LESS in --diagnostic
So issues like #1586 are easier to troubleshoot.
This commit is contained in:
parent
d89fa3ebc2
commit
e04fbd1992
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ fn run() -> Result<bool> {
|
||||||
.info(EnvironmentVariables::list(&[
|
.info(EnvironmentVariables::list(&[
|
||||||
"SHELL",
|
"SHELL",
|
||||||
"PAGER",
|
"PAGER",
|
||||||
|
"LESS",
|
||||||
"BAT_PAGER",
|
"BAT_PAGER",
|
||||||
"BAT_CACHE_PATH",
|
"BAT_CACHE_PATH",
|
||||||
"BAT_CONFIG_PATH",
|
"BAT_CONFIG_PATH",
|
||||||
|
|
Loading…
Reference in a new issue