Disable wrapping when `--style` is plain

closes #289
pull/315/head
sharkdp 6 years ago committed by David Peter
parent 254efac9c2
commit 20b02e72b3

@ -81,6 +81,6 @@ impl OutputComponents {
}
pub fn plain(&self) -> bool {
self.0.is_empty()
self.0.iter().all(|c| c == &OutputComponent::Plain)
}
}

Loading…
Cancel
Save