mirror of
https://github.com/sharkdp/bat
synced 2026-08-06 19:21:43 +00:00
Move InputFile to separate module
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub enum InputFile<'a> {
|
||||
StdIn,
|
||||
Ordinary(&'a str),
|
||||
ThemePreviewFile,
|
||||
}
|
||||
Reference in New Issue
Block a user