My 2 cents for Humanity

From Andrey

Here is a utility class I wrote to help writing command line applications. It is surprising how often a command line app directly validates its argument array instead of delegating it to some kind of parser. Use it as you like.

CommandLineParser.java

CommandLineParserTest.java