For Groovy users, in the upcoming Groovy 2.5 release, Groovy's CliBuilder
provides an annotation-based layer on top of [cli]. Most of CliBuilder
relies heavily on Groovy being there but the annotation layer on top much
less so apart from the Closure converters. In any case, it's an example of
provi
For the curious,
I'd love to see [cli] evolve into something like JCommander [1] and it's
annotation-based system.
In the meantime, I use JCommander mostly but some [cli] in some old
projects that are in maintenance mode. JCommander is great but is not
perfect or complete, so I created some add-o