From d549fe0105efecc37597ec2d2eb4deab50d61aa9 Mon Sep 17 00:00:00 2001 From: rpopma Date: Mon, 22 May 2017 23:26:53 +0900 Subject: [PATCH] Added entry for picocli --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41cf937..e64ed5b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A curated list of awesome Java frameworks, libraries and software. +* [picocli](http://picocli.info) - Annotation based command line parser with strong typing for both options and positional args and support for git-like subcommands. Usage help with ANSI colors. Easily included as source to avoid external dependencies. * [ReactiveX/RxJava](https://github.com/ReactiveX/RxJava) - RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. * [elastic/elasticsearch](https://github.com/elastic/elasticsearch) - Open Source, Distributed, RESTful Search Engine * [square/retrofit](https://github.com/square/retrofit) - Type-safe HTTP client for Android and Java by Square, Inc.