293031323334353637
@Override protected boolean matchesSafely(final ParsedOptionSpecification item) { if(item.isHelpOption()) { throw new HelpRequestedException(specification); } return true; }