Added entry for picocli describing what differentiates it from other offerings.

This commit is contained in:
rpopma
2017-05-20 22:29:17 +09:00
parent 8572934ab9
commit 80b9926afd

View File

@ -185,6 +185,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [args4j](http://args4j.kohsuke.org/) - Small library to parse command like arguments similar to javac.
* [JCommander](http://jcommander.org/) - Command line arguments parsing framework with custom types and validation via implementing interfaces.
* [JOpt Simple](http://pholser.github.io/jopt-simple/) - Simple parser that uses the POSIX getopt() and GNU getopt_long() syntaxes. Does not use annotations, uses a fluent API instead.
* [picocli](http://picocli.info/) - ANSI colors and styles in usage help. Can be included as source to avoid dependency. Annotation based, POSIX/GNU/any syntax, subcommands, strong typing for both options and positional args.
## Compiler-compiler