diff options
author | Cedric Beust <cedric@beust.com> | 2015-01-14 15:46:35 -0800 |
---|---|---|
committer | Cedric Beust <cedric@beust.com> | 2015-01-14 15:46:35 -0800 |
commit | 6c86beb7fdc16a6b02ea5591e0fbc9d35a3a646e (patch) | |
tree | e5f0ead01b25ac5d5ff222ba8e53b099e4e62f00 | |
parent | bb73fda634685379a8e99565f42b0ad47ac9bace (diff) | |
download | platform_external_jcommander-6c86beb7fdc16a6b02ea5591e0fbc9d35a3a646e.tar.gz platform_external_jcommander-6c86beb7fdc16a6b02ea5591e0fbc9d35a3a646e.tar.bz2 platform_external_jcommander-6c86beb7fdc16a6b02ea5591e0fbc9d35a3a646e.zip |
Doc.
-rw-r--r-- | doc/index.html | 3 |
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.* |