mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-16 10:12:26 +01:00
Add OutputHandle
enum to use instead of &mut dyn io::Write
This commit is contained in:
committed by
David Peter
parent
d295b3a394
commit
103a2f0d9b
@@ -300,7 +300,7 @@ impl<'a> PrettyPrinter<'a> {
|
||||
|
||||
// Run the controller
|
||||
let controller = Controller::new(&self.config, &self.assets);
|
||||
controller.run(inputs.into_iter().map(|i| i.into()).collect())
|
||||
controller.run(inputs.into_iter().map(|i| i.into()).collect(), None)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user