arg4j makes it easy to parse command line options/arguments in your CUI application.
args4j is a small java open-source class library that makes it easy to parse command line options/arguments in cli applications.
Features:
- It makes command line parsing very easy by using annotations
- Generate usage text very easily
- Generate HTML/XML documentation listing all options
- Full localization support
- Designed to parse javac like options, as opposed to GNU-style (where ls -lR is considered to have two options l and R)
- Licensed under the mit-license
Try a small sample application today.