args4j is java command line options parser.
Features:
* It makes the command line parsing very easy by using annotations.
* You can generate the usage screen very easily.
* You can generate HTML/XML that lists all options for your documentation.
* Fully supports localization.
* It is designed to parse javac like options (as opposed to GNU-style where ls -lR is considered to have two options l and R.)
- Category: Command Line
- License: MIT License
- HomePage: https://args4j.dev.java.net/


