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
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
I checked the ``required()" function of an Opt and try to use it to represent a mandatory option in my project, however, seems it only affects the printed information of --help.
Is the "required()" or "isOptional()" function going to raise an exception when the option is not present when parsing the command line?
Checked the code, seems it is not implemented.
// !TBD Check missing required options
Thank you.
The text was updated successfully, but these errors were encountered:
I checked the ``required()" function of an Opt and try to use it to represent a mandatory option in my project, however, seems it only affects the printed information of --help.
Is the "required()" or "isOptional()" function going to raise an exception when the option is not present when parsing the command line?
Checked the code, seems it is not implemented.
// !TBD Check missing required options
Thank you.
The text was updated successfully, but these errors were encountered: