Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
args4j - Java command line arguments parser
- Description:
args4j is a small Java class library that makes it easy
to parse command line options/arguments in your CUI application.
- 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)
Packages
args4j-2.0.30-2.fc22.noarch
[84 KiB] |
Changelog
by Michal Srb (2014-09-22):
- Move args4j-tools and parent POM into subpackages (Resolves: #1144991)
|