mirror of
https://github.com/sharkdp/bat
synced 2026-08-08 19:41:45 +00:00
Major refactoring and cleanup
This commit is contained in:
+3
-2
@@ -1,9 +1,10 @@
|
||||
use app::PagingMode;
|
||||
use errors::*;
|
||||
use std::env;
|
||||
use std::io::{self, Write};
|
||||
use std::process::{Child, Command, Stdio};
|
||||
|
||||
use app::PagingMode;
|
||||
use errors::*;
|
||||
|
||||
pub enum OutputType {
|
||||
Pager(Child),
|
||||
Stdout(io::Stdout),
|
||||
|
||||
Reference in New Issue
Block a user