mirror of
https://github.com/sharkdp/bat
synced 2026-08-06 19:21:43 +00:00
Rename output component to 'style compinent', move wrap to separate module
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#[derive(Debug, Eq, PartialEq, Copy, Clone, Hash)]
|
||||
pub enum OutputWrap {
|
||||
Character,
|
||||
None,
|
||||
}
|
||||
|
||||
impl Default for OutputWrap {
|
||||
fn default() -> Self {
|
||||
OutputWrap::None
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user