mirror of
https://github.com/sharkdp/bat
synced 2026-07-28 17:51:44 +00:00
move Config struct to separate file
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ use bat::{
|
||||
line_range::{HighlightedLineRanges, LineRange, LineRanges},
|
||||
style::{OutputComponent, OutputComponents, OutputWrap},
|
||||
syntax_mapping::SyntaxMapping,
|
||||
Config, PagingMode,
|
||||
config::{Config, PagingMode},
|
||||
};
|
||||
|
||||
fn is_truecolor_terminal() -> bool {
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ use bat::{
|
||||
errors::*,
|
||||
inputfile::InputFile,
|
||||
style::{OutputComponent, OutputComponents},
|
||||
Config,
|
||||
config::Config,
|
||||
};
|
||||
|
||||
fn run_cache_subcommand(matches: &clap::ArgMatches) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user