By mitchp
via java.dzone.com
Published: Dec 21 2012 / 08:50
One of the many features that makes Groovy an attractive scripting language is its built-in command-line argument support via CliBuilder. I have written about CliBuilder before in the posts Customizing Groovy's CliBuilder Usage Statements and Explicitly Specifying 'args' Property with Groovy CliBuilder. In this post, I look at Groovy's CliBuilder's support for multiple arguments passed via a single command-line flag.
Add your comment