mirror of
https://github.com/sharkdp/bat
synced 2026-07-27 17:41:42 +00:00
Add $LESSOPEN and $LESSCLOSE support (#2444)
This commit is contained in:
@@ -281,6 +281,8 @@ impl App {
|
||||
.map(HighlightedLineRanges)
|
||||
.unwrap_or_default(),
|
||||
use_custom_assets: !self.matches.get_flag("no-custom-assets"),
|
||||
#[cfg(feature = "lessopen")]
|
||||
use_lessopen: !self.matches.get_flag("no-lessopen"),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user