jcommander
jcommander copied to clipboard
439 expand dynamic arg expands non dynamic args
fixes issue #439
When looking the names loop wasn't duplicated in any validating fashion. So adding a handlesArg method wouldn't improve anything. Extracting a method might have been nice, but it would require three arguments.