From 14ba66bc02df7fe07df8d6eca25a308022551243 Mon Sep 17 00:00:00 2001 From: H90 Date: Sat, 1 Dec 2018 10:57:16 +0100 Subject: [PATCH] Add jbock --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a10b39..e1138bf 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Jansi](https://github.com/fusesource/jansi) - ANSI escape codes to format console output. - [Java ASCII Render](https://github.com/indvd00m/java-ascii-render) - Graphical primitives for the console. - [JCommander](http://jcommander.org) - Command-line argument-parsing framework with custom types and validation via implementing interfaces. +- [jbock](https://github.com/h908714124/jbock) - Typesafe, reflection-free, annotation based command-line parser - [JLine](https://github.com/jline/jline3) - Includes features from modern shells like completion or history. - [JOpt Simple](https://pholser.github.io/jopt-simple) - Fluent parser that uses the POSIX#getopt and GNU#getopt_long syntaxes. - [picocli](http://picocli.info) - ANSI colors and styles in usage help with annotation-based POSIX/GNU/any syntax, subcommands, strong typing for both options and positional args.