summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-05-10 16:34:52 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-05-10 16:34:56 +0200
commitb5a3f02a05311d5f5a4eb35b8d2513cb6a543560 (patch)
treef6d3a6c0d46cf67179269e4f4f4e0e5d4a2c528f /Cargo.toml
parent1ebfa387fa5d47e3200b990f63f55bbe36adeff1 (diff)
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 <matthias.beyer@atos.net>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"