1
0
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:
Ezinwa Okpoechi
2018-05-11 02:32:31 +02:00
committed by David Peter
parent 64a9341b73
commit f711fb5006
3 changed files with 75 additions and 94 deletions
+1 -1
View File
@@ -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>,