mirror of
https://github.com/sharkdp/bat
synced 2026-08-02 18:41:42 +00:00
Move InputFile to separate module
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
use std::fs::File;
|
||||
use std::io::{self, BufRead, BufReader, Write};
|
||||
|
||||
use app::{Config, InputFile};
|
||||
use app::Config;
|
||||
use assets::HighlightingAssets;
|
||||
use errors::*;
|
||||
use inputfile::InputFile;
|
||||
use line_range::LineRange;
|
||||
use output::OutputType;
|
||||
use printer::{InteractivePrinter, Printer, SimplePrinter};
|
||||
|
||||
Reference in New Issue
Block a user