1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-03 18:51:44 +00:00

Replace Input::stdin_as_file with bat-application functions

This commit is contained in:
Ethan P
2020-05-27 16:25:13 -07:00
committed by David Peter
parent a3357547ea
commit 9d08c0102e
4 changed files with 27 additions and 15 deletions
+1
View File
@@ -6,6 +6,7 @@ mod assets;
mod clap_app;
mod config;
mod directories;
mod input;
use std::collections::HashSet;
use std::ffi::OsStr;