Menu

Java command line option parsing suite / News: Recent posts

JArgs 1.0 Released

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

Posted by Ewan Mellor 2005-04-12

Release 0.3 out

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

Posted by Steve Purcell 2002-05-20

New release 0.2

- More convenient API
- Another usage example

Posted by Steve Purcell 2001-08-21

Initial release

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.

Posted by Steve Purcell 2001-08-13