From 80b9926afd37f92a6dbf0578d90b03ef14489f4a Mon Sep 17 00:00:00 2001 From: rpopma Date: Sat, 20 May 2017 22:29:17 +0900 Subject: [PATCH] Added entry for picocli describing what differentiates it from other offerings. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 020125b..53b99d6 100644 --- a/README.md +++ b/README.md @@ -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