mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
VerifyKobaltZip.
This commit is contained in:
parent
b83c012c62
commit
19ad4ae3a2
3 changed files with 61 additions and 5 deletions
|
@ -56,5 +56,9 @@ class Args {
|
|||
|
||||
@Parameter(names = arrayOf("--update"), description = "Update to the latest version of Kobalt")
|
||||
var update: Boolean = false
|
||||
|
||||
@Parameter(names = arrayOf("--verifyDistribution"), description = "Verify the distribution",
|
||||
hidden = true)
|
||||
var verifyDistribution: Boolean = false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue