1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 10:52:24 +01: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:
Martin Nordholts
2021-08-22 17:28:16 +02:00
parent ff70a80741
commit ba8a694314

View File

@@ -244,6 +244,8 @@ fn invoke_bugreport(app: &App) {
"SHELL",
"PAGER",
"LESS",
"LANG",
"LC_ALL",
"BAT_PAGER",
"BAT_CACHE_PATH",
"BAT_CONFIG_PATH",