1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-09 10:03:18 +00:00

Simplify public API module structure

This commit is contained in:
sharkdp
2020-03-21 21:03:57 +01:00
committed by David Peter
parent 90397a8aac
commit bb0a3d586e
5 changed files with 16 additions and 22 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
use bat::{
assets::HighlightingAssets,
config::Config,
config::{Config, InputFile, StyleComponent, StyleComponents},
controller::Controller,
inputfile::InputFile,
style::{StyleComponent, StyleComponents},
};
use console::Term;
use std::process;