mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-16 02:59:17 +02:00
Move paging support behind a feature
This commit is contained in:
committed by
David Peter
parent
4e11abdf9b
commit
014d754588
@ -1,3 +1,5 @@
|
||||
#![cfg(feature = "paging")]
|
||||
|
||||
use std::process::Command;
|
||||
|
||||
pub fn retrieve_less_version() -> Option<usize> {
|
||||
|
Reference in New Issue
Block a user