Better argument handling.

This commit is contained in:
Eduard Tolosa 2019-04-23 22:08:23 -05:00
parent d04e5b8f0c
commit df975d9772

View file

@ -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