mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-07 13:41:14 +00:00
Fix comment
This commit is contained in:
parent
f3b90ddb38
commit
b4d54106fe
@ -59,7 +59,7 @@ impl<'a> PrettyPrinter<'a> {
|
|||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Add STDIN as an input
|
/// Add a custom reader as an input
|
||||||
pub fn input_reader(&mut self, reader: impl Read) -> &mut Self {
|
pub fn input_reader(&mut self, reader: impl Read) -> &mut Self {
|
||||||
//self.inputs.push(Input::FromReader(Box::new(reader), None));
|
//self.inputs.push(Input::FromReader(Box::new(reader), None));
|
||||||
self
|
self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user