mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-07 13:52:25 +01:00
Update help, man page and completions
This commit is contained in:
@@ -216,6 +216,10 @@ impl ColorSchemeDetector for TerminalColorSchemeDetector {
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
fn color_scheme_from_system() -> Option<ColorScheme> {
|
||||
crate::bat_warning!(
|
||||
"Theme 'auto:system' is only supported on macOS, \
|
||||
using default."
|
||||
);
|
||||
None
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user