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

Added "--plugins".

This commit is contained in:
Cedric Beust 2016-02-13 18:25:02 -08:00
parent d23e5e186a
commit e1ee30c0c7
3 changed files with 19 additions and 4 deletions

View file

@ -39,6 +39,9 @@ class Args {
const val DEFAULT_SERVER_PORT = 1234
}
@Parameter(names = arrayOf("--plugins"), description = "Comma-separated list of plug-in Maven id's")
var pluginIds: String? = null
@Parameter(names = arrayOf("--port"), description = "Port, if --server was specified")
var port: Int = DEFAULT_SERVER_PORT