mirror of
https://github.com/sharkdp/bat
synced 2026-07-24 17:13:19 +00:00
Add $LESSOPEN and $LESSCLOSE support (#2444)
This commit is contained in:
@@ -34,6 +34,8 @@ mod diff;
|
||||
pub mod error;
|
||||
pub mod input;
|
||||
mod less;
|
||||
#[cfg(feature = "lessopen")]
|
||||
mod lessopen;
|
||||
pub mod line_range;
|
||||
pub(crate) mod nonprintable_notation;
|
||||
mod output;
|
||||
|
||||
Reference in New Issue
Block a user