Hi, Congrats on your library!
What I look for in these CLI frameworks is a rich library of bindings. None of them have it which is why I ended up creating https://github.com/garydgregory/jcommander-addons/blob/master/README.md This is a pain because I should not need two libraries to cover the JRE. If you want this kind of stuff for you library, let me know... Gary On Aug 4, 2017 12:59, "Remko Popma" <remko.po...@gmail.com> wrote: > Thanks all for your positive feedback on picocli <http://picocli.info/> > back > in April. > There have been multiple releases since then and I am confident about its > stability now. > > Any objections if I replace our current usage of JCommander > <http://jcommander.org/> with picocli? > > Main benefits: > > - Customizable usage help > - Usage help with ANSI colors > <https://github.com/remkop/picocli#picocli_demo> > - Better support for positional parameters > - POSIX short options (like -xvrf) > - Can be included as source to reduce external dependencies > - Coming soon: autocomplete > <https://github.com/remkop/picocli/wiki/Notes-on-autocomplete-(work-in- > progress)> >