mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00:00
Add ansi_term import for Windows, see #107
This commit is contained in:
parent
b9c780c8c8
commit
fcecd97224
@ -6,6 +6,9 @@ use std::collections::HashSet;
|
|||||||
use std::env;
|
use std::env;
|
||||||
use style::{OutputComponent, OutputComponents};
|
use style::{OutputComponent, OutputComponents};
|
||||||
|
|
||||||
|
#[cfg(windows)]
|
||||||
|
use ansi_term;
|
||||||
|
|
||||||
pub struct App {
|
pub struct App {
|
||||||
pub matches: ArgMatches<'static>,
|
pub matches: ArgMatches<'static>,
|
||||||
interactive_output: bool,
|
interactive_output: bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user