Climax is a Java commandline argument parsing framework which allows you to create and customize your own commandline interface. The commandline help and version information can be customized using built-in Apache-Ant-like properties.
| Tags | Java command line argument parsing argument parsing annotation-based cli command line interface command line argument parser argument parser |
|---|---|
| Licenses | MIT License |
| Operating Systems | OS Independent |
| Implementation | Java 1.6+ |
Recent releases


Release Notes: Two new org.climax.ArgParsers were provided: org.climax.argparser.BigDecimalArgParser and org.climax.argparser.BigIntegerArgParser. Classes and methods were renamed for clarity. Unnecessary classes and methods were removed. Copy methods in org.climax.AbstractFactory that accepted only a particular implementation for its argument were fixed.


Release Notes: The org.climax.argacceptor.LogicalArgAcceptor class was renamed to org.climax.argacceptor.ConditionalArgAcceptor.


Release Notes: This release adds a re-organized and consistent API, licensed under the MIT licence.