mirror of
https://github.com/sharkdp/bat.git
synced 2026-02-08 00:32:08 +00: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