mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
Add config file, compile time info and less version
This commit is contained in:
@@ -243,6 +243,9 @@ fn run() -> Result<bool> {
|
||||
"BAT_THEME",
|
||||
"BAT_TABS",
|
||||
]))
|
||||
.info(FileContent::new("Config file", config_file()))
|
||||
.info(CompileTimeInformation::default())
|
||||
.info(CommandOutput::new("Less version", "less", &["--version"]))
|
||||
.print_markdown();
|
||||
|
||||
return Ok(true);
|
||||
|
Reference in New Issue
Block a user