summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 6d67768..da0368b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -810,6 +810,9 @@ object Main {
<h2><a class="section" name="Groovy">JCommander in Groovy</a></h2>
+Here is a quick example of how to use JCommander in Groovy (courtesy of Paul King):
+
+
<pre class="brush: java">
import com.beust.jcommander.*