JArgs 1.0 has been released.
New features (since version 0.5):
- It is now possible to specify a default for a command line option.
- Options may now be specified more than once on the command line, and each occurrence can be extracted with JArgs.
- Concatenated boolean options (those written -bcd where -b,
-c, and -d are boolean options) are now supported. Thanks to Vidar Holen for this patch.... read more
Release 0.3 incorporates some improvements suggested by users, more example code, and fixed support for custom Option subclasses (see example code for more info).
Enjoy!
-Steve
Come and play! The rough initial 0.1 release is out, mainly so that there is something convenient and usable to download at this early stage.