> On Apr 16, 2017, at 0:47, Matt Sicker <[email protected]> wrote: > > It looks pretty neat! The single source code file idea is an amusing C-like > distribution mechanism, but it makes sense for this style of library. I'm > curious how you're making the docs as I've seen that format a lot and think > it could possibly be useful for log4j-core or one of the other subprojects > at least.
Asciidoc. https://github.com/asciidoctor/asciidoctor.org/blob/master/docs/_includes/asciidoc-vs-markdown.adoc > > As for concrete use of this, being a single file, it could easily be shaded > into log4j-core for the CLI classes. Very nice! > >> On 15 April 2017 at 09:25, 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 >> > > > > -- > Matt Sicker <[email protected]>
