From df975d97728816db3c528c5c9eaa665780d07f12 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Tue, 23 Apr 2019 22:08:23 -0500 Subject: [PATCH] Better argument handling. --- src/cli.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/cli.yml b/src/cli.yml index 632d427..bfe7eed 100644 --- a/src/cli.yml +++ b/src/cli.yml @@ -36,11 +36,17 @@ args: long: package help: Build package to install in the clean chroot environment. takes_value: true + requires: + - test + - executable - executable: short: e long: executable help: Name of the binary file provided by the package that you're installing in the chroot environment. takes_value: true + requires: + - test + - package - install-missing: short: I long: install-missing