From 851c9235d75d809d649700f5027616cd8ef3d706 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 24 Jul 2016 22:42:13 -0800 Subject: [PATCH] Document --profiling. --- documentation/index.html | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 95d642c..eca2ac9 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -645,6 +645,13 @@ New versions found: Specify the plug-ins to load. This is similar to specifying these plug-in id's in a build file except that no build file is needed. + + --profiling + + + Display timings for the build tasks. + + --resolve Maven id
(e.g. "com.beust:kobalt:0.228") @@ -652,20 +659,20 @@ New versions found: Display information about the given id. Display which repo this artifact can be found in and the whole graph of its dependencies. - - --tasks - Boolean - false - List the tasks available. - Note that the available tasks will vary depending on which projects are in your build file. - - - --update - Boolean - false - Update Kobalt to the latest version available. - Use this flag if Kobalt just notified you that a new version is available and you want to update. Another way of doing this is to edit kobalt/wrapper/kobalt-wrapper.properties manually. - + + --tasks + Boolean + false + List the tasks available. + Note that the available tasks will vary depending on which projects are in your build file. + + + --update + Boolean + false + Update Kobalt to the latest version available. + Use this flag if Kobalt just notified you that a new version is available and you want to update. Another way of doing this is to edit kobalt/wrapper/kobalt-wrapper.properties manually. +

Testing