Java Library: Command Line Option Parser

java

Solution

Apache commons-cli.

Problem

Anyone know of a library that handles parsing arguements passed from the command line (IE: args[] in public static main).

Original source