243244245246247248249250251252253
{ // mulitply by 2 because have to remove the option letter with the // option value// args[i] = args[i + check * 2]; } commandlineoptionparser = new CommandLineOptionParser(args); // change // the args // string // array // which // works as