mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
Fixed a bug with hardcoded terminal probing when --list-themes is called
This commit is contained in:
+1
-1
@@ -645,7 +645,7 @@ impl App {
|
||||
Ok(styled_components)
|
||||
}
|
||||
|
||||
fn theme_options(&self) -> ThemeOptions {
|
||||
pub(crate) fn theme_options(&self) -> ThemeOptions {
|
||||
Self::theme_options_from_matches(&self.matches)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user