1
0
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:
eth-p
2018-05-12 13:44:10 -07:00
parent cd26d403a3
commit d4b438b9d3
3 changed files with 43 additions and 4 deletions
+1
View File
@@ -16,6 +16,7 @@ pub enum OutputComponent {
#[derive(Debug, Eq, PartialEq, Copy, Clone, Hash)]
pub enum OutputWrap {
Character,
None
}
impl OutputComponent {