mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-15 18:53:12 +02:00
Simplify public API module structure
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user