Version 0.1.1 of the JChassis Rule-Based Command Line Parser has been released.
If you're writing an application, you don't want to spend time fiddling around with parsing and processing command line arguments when this tiny utility (less than 6KB) can do the work for you. This rule-based command line parser is simple to use, and yet can cater for several commonly used command line formats. You specify how the command line is parsed by writing a sequence of simple, human-readable rules.
This is a subproject of the JChassis framework that has been packaged to be a standalone utility: a JChassis framework is not needed (NOTE: if you are using the JChassis framework, use the modules provided by the JChassis SDK instead).