mirror of
https://github.com/sharkdp/bat
synced 2026-07-17 16:03:19 +00:00
Add $LESSOPEN and $LESSCLOSE support (#2444)
This commit is contained in:
@@ -28,6 +28,12 @@ pub enum Error {
|
||||
InvalidPagerValueBat,
|
||||
#[error("{0}")]
|
||||
Msg(String),
|
||||
#[cfg(feature = "lessopen")]
|
||||
#[error(transparent)]
|
||||
VarError(#[from] ::std::env::VarError),
|
||||
#[cfg(feature = "lessopen")]
|
||||
#[error(transparent)]
|
||||
CommandParseError(#[from] ::shell_words::ParseError),
|
||||
}
|
||||
|
||||
impl From<&'static str> for Error {
|
||||
|
||||
Reference in New Issue
Block a user