Looks nice! Some feedback:
* I don't like to prefix interface names with "I", as you do in ITypeConverter etc. Doing so is common in .Net, but not in Java. * Why does CommandLine.parse() return List<Object>? This is not correctly documentated in the Javadoc @return tag. * Maybe CommandLine.usage() could be overloaded with Writer and StringBuilder? On Sat, Apr 15, 2017 at 4:25 PM, Remko Popma <[email protected]> wrote: > Everyone, I would love your feedback on this: > > https://remkop.github.io/picocli/ > https://github.com/remkop/picocli > > It is heavily inspired by JCommander and Args4j but has improved > ergonomics, customizable help (with colors) and various other improvements. > > I hope this will be useful in the log4j-tools module, but any kind of > feedback would be great. > > Remko > -- [image: MagineTV] *Mikael Ståldal* Senior software developer *Magine TV* [email protected] Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com Privileged and/or Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such a person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email.
