mirror of
https://github.com/sharkdp/bat
synced 2026-07-28 17:51:44 +00: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