1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-21 16:43:19 +00:00

Add ansi_term import for Windows, see #107

This commit is contained in:
sharkdp
2018-05-13 21:19:26 +02:00
parent b9c780c8c8
commit fcecd97224
+3
View File
@@ -6,6 +6,9 @@ use std::collections::HashSet;
use std::env;
use style::{OutputComponent, OutputComponents};
#[cfg(windows)]
use ansi_term;
pub struct App {
pub matches: ArgMatches<'static>,
interactive_output: bool,