mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-15 02:39:23 +02:00
move Config struct to separate file
This commit is contained in:
@ -3,7 +3,7 @@ use bat::{
|
||||
controller::Controller,
|
||||
inputfile::InputFile,
|
||||
style::{OutputComponent, OutputComponents},
|
||||
Config,
|
||||
config::Config,
|
||||
};
|
||||
use console::Term;
|
||||
use std::process;
|
||||
|
Reference in New Issue
Block a user