mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01: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