From ca10d63d763194c7a9e9d97e187268c9c7e7928d Mon Sep 17 00:00:00 2001 From: Ke Li Date: Fri, 5 Aug 2016 23:06:03 +0800 Subject: [PATCH] add airline as a command-line argument parser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b966a2a..adc40d2 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that make it easy to parse command line options, arguments, etc.* +* [Airline](https://github.com/airlift/airline) - Annotation-based framework for parsing Git like command line arguments. * [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.