mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-04 12:22:28 +01:00
Fix padding, add --wrap argument, disable wrap for non-tty. (Fixed)
I'm not quite sure what was up with git on that last commit, but it's all properly committed now.
This commit is contained in:
@@ -16,6 +16,7 @@ pub enum OutputComponent {
|
||||
#[derive(Debug, Eq, PartialEq, Copy, Clone, Hash)]
|
||||
pub enum OutputWrap {
|
||||
Character,
|
||||
None
|
||||
}
|
||||
|
||||
impl OutputComponent {
|
||||
|
Reference in New Issue
Block a user