mirror of
https://github.com/sharkdp/bat
synced 2026-07-29 18:01:43 +00:00
Reduce public API
This commit is contained in:
+5
-2
@@ -14,8 +14,11 @@ use clap::ArgMatches;
|
||||
use console::Term;
|
||||
|
||||
use bat::{
|
||||
assets::HighlightingAssets, config::Config, errors::*, input::Input, HighlightedLineRanges,
|
||||
LineRange, LineRanges, MappingTarget, PagingMode, StyleComponent, StyleComponents,
|
||||
assets::HighlightingAssets,
|
||||
config::{Config, PagingMode},
|
||||
errors::*,
|
||||
input::Input,
|
||||
HighlightedLineRanges, LineRange, LineRanges, MappingTarget, StyleComponent, StyleComponents,
|
||||
SyntaxMapping, WrappingMode,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user