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 Apr 16, 2023. It is now read-only.
When a user provides an optional command parameter, any thrown exception is ignored. This causes unintended behavior with syntactical errors:
For example, numeric inputs silently fail when the provided number is exceeding the integer range.
Instead, the matcher should be allowed to indicate its willingness but inability to consume the parameter, causing an error to be reported to the user.
The text was updated successfully, but these errors were encountered:
When a user provides an optional command parameter, any thrown exception is ignored. This causes unintended behavior with syntactical errors:
For example, numeric inputs silently fail when the provided number is exceeding the integer range.
Instead, the matcher should be allowed to indicate its willingness but inability to consume the parameter, causing an error to be reported to the user.
The text was updated successfully, but these errors were encountered: