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
Currently, all paramters not representing a known option are treated as a parameter. With such a (new) configuration option, parameters beginning with a specific prefex (e.g. "-" or "--") could immediatly reported as "unknown option" whereas currently, they would be used as parameter and the application has to validate them later. Of course, this behaviour should be opt-in.
The text was updated successfully, but these errors were encountered:
Currently, all paramters not representing a known option are treated as a parameter. With such a (new) configuration option, parameters beginning with a specific prefex (e.g. "-" or "--") could immediatly reported as "unknown option" whereas currently, they would be used as parameter and the application has to validate them later. Of course, this behaviour should be opt-in.
The text was updated successfully, but these errors were encountered: