mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Fix comment
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user