mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	--diagnostic: add MANPAGER environment variable
This commit is contained in:
		@@ -237,10 +237,10 @@ fn run() -> Result<bool> {
 | 
			
		||||
            .info(EnvironmentVariables::list(&[
 | 
			
		||||
                "SHELL",
 | 
			
		||||
                "PAGER",
 | 
			
		||||
                "BAT_PAGER",
 | 
			
		||||
                "BAT_CACHE_PATH",
 | 
			
		||||
                "BAT_CONFIG_PATH",
 | 
			
		||||
                "BAT_OPTS",
 | 
			
		||||
                "BAT_PAGER",
 | 
			
		||||
                "BAT_STYLE",
 | 
			
		||||
                "BAT_TABS",
 | 
			
		||||
                "BAT_THEME",
 | 
			
		||||
@@ -248,6 +248,7 @@ fn run() -> Result<bool> {
 | 
			
		||||
                "XDG_CACHE_HOME",
 | 
			
		||||
                "COLORTERM",
 | 
			
		||||
                "NO_COLOR",
 | 
			
		||||
                "MANPAGER",
 | 
			
		||||
            ]))
 | 
			
		||||
            .info(FileContent::new("Config file", config_file()))
 | 
			
		||||
            .info(CompileTimeInformation::default())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user