mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-20 11:58:45 +00:00
Fix regression with --list-themes and --language
This commit is contained in:
parent
798b742617
commit
589c94aa93
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user