Friday, April 23, 2010

CLI parser

Nice Command line parser for java

http://code.google.com/p/cli-parser/

Using annotations you can make very succinct main methods that don't need to know how to parse command line arguments with either fields, properties, or method based injection.

Very simple to use, very small dependency.

No comments:

Post a Comment