mirror of
https://github.com/sharkdp/bat
synced 2026-07-27 17:41:42 +00:00
move Config struct to separate file
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ use crate::line_range::RangeCheckResult;
|
||||
use crate::preprocessor::{expand_tabs, replace_nonprintable};
|
||||
use crate::style::OutputWrap;
|
||||
use crate::terminal::{as_terminal_escaped, to_ansi_color};
|
||||
use crate::Config;
|
||||
use crate::config::Config;
|
||||
|
||||
pub trait Printer {
|
||||
fn print_header(&mut self, handle: &mut dyn Write, file: InputFile) -> Result<()>;
|
||||
|
||||
Reference in New Issue
Block a user