mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-12 00:02:28 +01:00
Refactor InputDescription API into Input API
This commit is contained in:
@@ -292,7 +292,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
|
||||
.kind()
|
||||
.map(|kind| format!("{}: ", kind))
|
||||
.unwrap_or("".into()),
|
||||
self.colors.filename.paint(description.name()),
|
||||
self.colors.filename.paint(description.title()),
|
||||
mode
|
||||
)?;
|
||||
|
||||
|
Reference in New Issue
Block a user