mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Fix regression with --list-themes and --language
This commit is contained in:
		@@ -130,6 +130,7 @@ pub fn list_themes(cfg: &Config) -> Result<()> {
 | 
			
		||||
    let mut config = cfg.clone();
 | 
			
		||||
    let mut style = HashSet::new();
 | 
			
		||||
    style.insert(StyleComponent::Plain);
 | 
			
		||||
    config.language = Some("Rust");
 | 
			
		||||
    config.style_components = StyleComponents(style);
 | 
			
		||||
 | 
			
		||||
    let stdout = io::stdout();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user