mirror of
https://github.com/sharkdp/bat.git
synced 2026-02-08 08:42:08 +00:00
feat(pipe-style): make output pipeable (any style)
This commit is contained in:
@@ -276,7 +276,9 @@ impl App {
|
||||
.get_one::<String>("decorations")
|
||||
.map(|s| s.as_str())
|
||||
== Some("always")
|
||||
|| self.matches.get_flag("force-colorization")),
|
||||
|| self.matches.get_flag("force-colorization")
|
||||
|| self.matches.get_flag("number")
|
||||
|| self.matches.contains_id("style") && !style_components.plain()),
|
||||
tab_width: self
|
||||
.matches
|
||||
.get_one::<String>("tabs")
|
||||
|
||||
Reference in New Issue
Block a user