diff --git a/plug-ins/index.html b/plug-ins/index.html index ff37d05..29c42a6 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -332,6 +332,7 @@ test { application { mainClass = "com.beust.kobalt.wrapper.Main" jvmArgs("-Djava.library.path=libs", "-Ddebug=true") + args("doc", "assemble") }
@@ -340,12 +341,14 @@ application {
./kobaltw run-
Here's the list of configuration parameters for the application
directive:
The application
directive supports the following parameters:
main
function.main
function.