summaryrefslogtreecommitdiffstats
path: root/src/bin/bat/input.rs
AgeCommit message (Expand)Author
2021-03-07Improve readabilityAleksey Kladov
2021-01-09Fix clippy suggestion: .or_else(|| Some(…)) => .or(Some(…))sharkdp
2020-05-29Replace Input::stdin_as_file with bat-application functionsEthan P