From b5a3f02a05311d5f5a4eb35b8d2513cb6a543560 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 10 May 2021 16:34:52 +0200 Subject: Add automatic pager setup This patch adds automatic pager setup in some of the subcommand implementations. The "build" subcommand is explicitely not added here. The setup is also done in a helper function to be able to alter the setup in one place. Signed-off-by: Matthias Beyer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4eebeef..83db872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,7 @@ indoc = "1" itertools = "0.10" lazy_static = "1.4" log = "0.4" +pager = "0.16" parse-display = "0.4" pom = "3" ptree = "0.3" -- cgit v1.2.3