I wanted to try out the Apache Commons CLI, and figured a good place to start would be the 'usage' section on its web page.
http://commons.apache.org/proper/commons-cli/usage.html
Now, the example suggest to create a DefaultParser
, however the closest sounding I could find is BasicParser
. Is this the thing to use, am I missing something?