mirror of
https://github.com/sharkdp/bat
synced 2026-08-09 19:51:48 +00:00
Split style to separate module
This commit is contained in:
committed by
David Peter
parent
64a9341b73
commit
f711fb5006
+1
-1
@@ -4,7 +4,7 @@ use console::Term;
|
||||
use errors::*;
|
||||
use std::collections::HashSet;
|
||||
use std::env;
|
||||
use {OutputComponent, OutputComponents};
|
||||
use style::{OutputComponent, OutputComponents};
|
||||
|
||||
pub struct App {
|
||||
pub matches: ArgMatches<'static>,
|
||||
|
||||
Reference in New Issue
Block a user