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