Add ansi_term import for Windows, see #107

pull/114/head
sharkdp 6 years ago
parent b9c780c8c8
commit fcecd97224

@ -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,

Loading…
Cancel
Save