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:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user