Re: new GroovyCliBuilder

2019-05-24 Thread MG
Thanks Remko, I will switch the import & yes I do :-) On 24/05/2019 19:39, Remko Popma wrote: The new CliBuilder annotations API works well for both the Commons CLI and the picocli implementation. (And I agree that the annotations API has some advantages over the previous DSL style, but that ma

Re: new GroovyCliBuilder

2019-05-24 Thread Remko Popma
The new CliBuilder annotations API works well for both the Commons CLI and the picocli implementation. (And I agree that the annotations API has some advantages over the previous DSL style, but that may be a matter of taste.) Note that you can swap the implementation from Commons CLI to picocli by

new GroovyCliBuilder

2019-05-24 Thread MG
Hi guys, just wanted to say that I recently had to revisit some older Groovy script code in my project, and I took the opportunity to switch the old CliBuilder implementation to the new Picocli based one (http://docs.groovy-lang.org/latest/html/gapi/groovy/cli/commons/CliBuilder.html ) - and I