mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-21 20:38:44 +00:00
Add LANG and LC_ALL to --diagnostics output
To make it easier to debug problems like #1806 in the future.
This commit is contained in:
parent
ff70a80741
commit
ba8a694314
@ -244,6 +244,8 @@ fn invoke_bugreport(app: &App) {
|
|||||||
"SHELL",
|
"SHELL",
|
||||||
"PAGER",
|
"PAGER",
|
||||||
"LESS",
|
"LESS",
|
||||||
|
"LANG",
|
||||||
|
"LC_ALL",
|
||||||
"BAT_PAGER",
|
"BAT_PAGER",
|
||||||
"BAT_CACHE_PATH",
|
"BAT_CACHE_PATH",
|
||||||
"BAT_CONFIG_PATH",
|
"BAT_CONFIG_PATH",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user