8081828384858687888990
*/ public Args(String[] args) { GetArgs _getArgs = new GetArgs(args); Argument a; for (int i = 0; i < _getArgs.optionCount() ; i++) { a = _getArgs.nthOption(i); if (a.option.equals("-h")) { System.out.println(getUsage()); System.exit(0);