JOpt Simple is a simple, test-driven command line parser for Java programs. It supports POSIX getopt() and GNU getopt_long().
| Tags | Software Development Libraries Java Libraries |
|---|---|
| Licenses | MIT/X |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: This release adds minor enhancements.


Release Notes: A number of bugfixes and minor enhancements.


Release Notes: Incorporates a handful of bugfixes and minor enhancements.


Release Notes: This release introduces OptionSet.specs(), which gives a list of the specs corresponding to the options detected on a parse, in the order in which the options occurred on the command line.


Release Notes: This release offers ArgumentAcceptingOptionSpec.defaultsTo(V[]) in addition to ArgumentAcceptingOptionSpec.defaultsTo(V, V...).