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
When a value passed to default() does not pass a must() closure, the output should be formatted in the standard prettyprint. However, the current behavior is to throw an ugly exception and stacktrace.
The text was updated successfully, but these errors were encountered:
The user creating the command should validate the value being supplied to default is an acceptable default. While this type of error could be caught, it should be left up to the user to handle this type of error, since this is not caused by end user input but a mistake made by the programmer using the library.
When a value passed to default() does not pass a must() closure, the output should be formatted in the standard prettyprint. However, the current behavior is to throw an ugly exception and stacktrace.
The text was updated successfully, but these errors were encountered: