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
1 changed files with 2 additions and 0 deletions

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",