You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the command line parser, there is the allow_unregistered() method to not throw an exception whenever an option is not recognized.
However, this is missing from the configuration file and environment parsers.
It is possible to do work around this for both configuration files and environment, but I am of the opinion this should be handled in similar fashion to the command line parsers!
The text was updated successfully, but these errors were encountered:
For the command line parser, there is the
allow_unregistered()
method to not throw an exception whenever an option is not recognized.However, this is missing from the configuration file and environment parsers.
It is possible to do work around this for both configuration files and environment, but I am of the opinion this should be handled in similar fashion to the command line parsers!
The text was updated successfully, but these errors were encountered: