mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-15 15:20:33 +01:00
parent
254efac9c2
commit
20b02e72b3
@ -81,6 +81,6 @@ impl OutputComponents {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn plain(&self) -> bool {
|
pub fn plain(&self) -> bool {
|
||||||
self.0.is_empty()
|
self.0.iter().all(|c| c == &OutputComponent::Plain)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user