1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

VerifyKobaltZip.

This commit is contained in:
Cedric Beust 2016-01-06 16:16:48 -08:00
parent b83c012c62
commit 19ad4ae3a2
3 changed files with 61 additions and 5 deletions

View file

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