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