1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00
This commit is contained in:
Cedric Beust 2015-12-02 19:09:47 -08:00
parent 73a7b7b5a0
commit a33c5b0bd0

View file

@ -42,7 +42,7 @@ class Args {
@Parameter(names = arrayOf("--port"), description = "Port, if --server was specified") @Parameter(names = arrayOf("--port"), description = "Port, if --server was specified")
var port: Int = DEFAULT_SERVER_PORT var port: Int = DEFAULT_SERVER_PORT
@Parameter(names = arrayOf("--profiles"), description = "Comma-separate list of profiles to run") @Parameter(names = arrayOf("--profiles"), description = "Comma-separated list of profiles to run")
var profiles: String? = null var profiles: String? = null
@Parameter(names = arrayOf("--resolve"), description = "Resolve the given dependency and display its tree") @Parameter(names = arrayOf("--resolve"), description = "Resolve the given dependency and display its tree")