+1 for picocli, I looked into it some time ago and looked pretty good. In-fact, I wanted to use it for my own project for `JvmTop`.
btw, where are we using `Jcommander` in log4j2? thanks, Chandra On 7 Aug 2017, 8:32 PM +0530, Matt Sicker <boa...@gmail.com>, wrote: > I have no objections. I do like your library, though I haven't used it for > any of my own projects yet (since most of what I've been working on for the > past several months have all been Mesos-managed containers, so startup has > been mostly delegated to environment variables for configuration). > > The autocomplete feature sounds pretty sweet. > > On 4 August 2017 at 13: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) > > > > > > -- > Matt Sicker <boa...@gmail.com