| Name: | args4j |
|---|---|
| Version: | 2.33 |
| Release: | 15.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 158101 |
| License: | MIT |
| RPM: | args4j-2.33-15.el8.noarch.rpm |
| Source RPM: | args4j-2.33-15.el8.src.rpm |
| Build Date: | Fri Apr 21 2023 |
| Build Host: | ovs-x86-ol8-builder-01.webad1phx.solarisx86phx.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | http://args4j.kohsuke.org |
| Summary: | 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) |