mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
Changed flag name
This commit is contained in:
committed by
David Peter
parent
e90308e1f8
commit
1ece38a4c4
+1
-1
@@ -260,7 +260,7 @@ impl App {
|
||||
output_components,
|
||||
syntax_mapping,
|
||||
pager: self.matches.value_of("pager"),
|
||||
italics: match self.matches.value_of("enable-italics") {
|
||||
italics: match self.matches.value_of("italic-text") {
|
||||
Some("always") => true,
|
||||
_ => false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user