1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-11-10 21:16:56 -08:00
parent 9f0e5be785
commit 6bc2a2ecb9

View file

@ -29,7 +29,7 @@ class Args {
@Parameter(names = arrayOf("--help", "--usage"), description = "Display the help") @Parameter(names = arrayOf("--help", "--usage"), description = "Display the help")
var usage: Boolean = false var usage: Boolean = false
@Parameter(names = arrayOf("-i", "--init"), description = "Create a new build file based on the current project") @Parameter(names = arrayOf("-i", "--init"), description = "Create a build file based on the current project")
var init: Boolean = false var init: Boolean = false
@Parameter(names = arrayOf("--log"), description = "Define the log level (1-3)") @Parameter(names = arrayOf("--log"), description = "Define the log level (1-3)")