summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2015-01-14 15:46:35 -0800
committerCedric Beust <cedric@beust.com>2015-01-14 15:46:35 -0800
commit6c86beb7fdc16a6b02ea5591e0fbc9d35a3a646e (patch)
treee5f0ead01b25ac5d5ff222ba8e53b099e4e62f00
parentbb73fda634685379a8e99565f42b0ad47ac9bace (diff)
downloadjcommander-6c86beb7fdc16a6b02ea5591e0fbc9d35a3a646e.tar.gz
Doc.
-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.*