mirror of
https://github.com/sharkdp/bat
synced 2026-08-06 19:21:43 +00:00
Refactor InputDescription API into Input API
This commit is contained in:
+1
-1
@@ -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