Java command line arguments parser
https://args4j.kohsuke.org
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)
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / args4j
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Java:packages/args4j && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
args4j-build.tar.xz | 0000002720 2.66 KB | |
args4j-site-2.33.tar.gz | 0000074859 73.1 KB | |
args4j.changes | 0000001819 1.78 KB | |
args4j.spec | 0000004552 4.45 KB |
Comments 0