mirror of
https://github.com/sharkdp/bat
synced 2026-08-08 19:41:45 +00:00
Separate inputs from config
This commit is contained in:
@@ -22,9 +22,6 @@ impl Default for PagingMode {
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
pub struct Config<'a> {
|
||||
/// List of files to print
|
||||
pub files: Vec<InputFile>,
|
||||
|
||||
/// The explicitly configured language, if any
|
||||
pub language: Option<&'a str>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user