1
0
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:
Ish West
2026-04-25 17:37:36 +02:00
parent 93c52a4f88
commit c3df0e6a88
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -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)
}