1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-30 22:23:44 +02:00

Rejigger the atty detection stuff.

This commit is contained in:
Andrew Gallant
2016-09-10 00:05:20 -04:00
parent 76331e5fec
commit 5b36c86c15
3 changed files with 14 additions and 14 deletions

View File

@ -57,6 +57,7 @@ macro_rules! eprintln {
}
mod args;
mod atty;
mod gitignore;
mod glob;
mod ignore;
@ -64,7 +65,6 @@ mod out;
mod printer;
mod search;
mod search_buffer;
mod sys;
mod terminal;
mod types;
mod walk;