move Config struct to separate file

This commit is contained in:
sharkdp
2020-03-21 19:40:13 +01:00
committed by David Peter
parent 7e0115641d
commit 9b8ddb24d1
8 changed files with 99 additions and 99 deletions

View File

@ -3,7 +3,7 @@ use bat::{
controller::Controller,
inputfile::InputFile,
style::{OutputComponent, OutputComponents},
Config,
config::Config,
};
use console::Term;
use std::process;