Description
... for parity with GnuParser, PosixParser and Parser impls to allow sub-class a bit more control.
I have a use-case in which needs to defer the required-options check, which is doable with GnuParser and PosixParser, but the new DefaultParser doesn't allow this due to a private access-modifier on checkRequiredOptions().
Attachments
Issue Links
- links to