mirror of
https://github.com/edu4rdshl/blackarch-devtools.git
synced 2026-07-17 23:24:47 +00:00
Better argument handling.
This commit is contained in:
parent
d04e5b8f0c
commit
df975d9772
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue