1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-07 19:31:42 +00:00

Further simplify module structure

This commit is contained in:
sharkdp
2020-03-21 21:15:12 +01:00
committed by David Peter
parent bb0a3d586e
commit 2c2861db6a
6 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -24,13 +24,13 @@ use ansi_term::Style;
use crate::{app::App, config::config_file};
use assets::{assets_from_cache_or_binary, cache_dir, clear_assets, config_dir};
use bat::controller::Controller;
use bat::Controller;
use directories::PROJECT_DIRS;
use bat::{
assets::HighlightingAssets,
config::{Config, InputFile, StyleComponent, StyleComponents},
errors::*,
HighlightingAssets,
};
fn run_cache_subcommand(matches: &clap::ArgMatches) -> Result<()> {