mirror of
https://github.com/sharkdp/bat
synced 2026-08-08 19:41:45 +00: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