mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Added "--plugins".
This commit is contained in:
parent
d23e5e186a
commit
e1ee30c0c7
3 changed files with 19 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue