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

Easier configuration of style components

This commit is contained in:
sharkdp
2020-04-22 21:16:30 +02:00
committed by David Peter
parent 7a87315b94
commit 6a124591df
4 changed files with 67 additions and 9 deletions
+6 -2
View File
@@ -26,8 +26,12 @@ use clap::crate_version;
use directories::PROJECT_DIRS;
use bat::{
assets::HighlightingAssets, config::Config, controller::Controller, errors::*, input::Input,
StyleComponent, StyleComponents,
assets::HighlightingAssets,
config::Config,
controller::Controller,
errors::*,
input::Input,
style::{StyleComponent, StyleComponents},
};
fn run_cache_subcommand(matches: &clap::ArgMatches) -> Result<()> {