Closed pcarlisle closed 5 years ago
If a slingshot error was thrown with a :type value other than :cli-help or :cli-error, the original error would be replaced by an error about a missing clause in the case statement. This allows those errors to just be rethrown.
:type
:cli-help
:cli-error
this error was introduced in the master branch and isn't present in 1.1.x
CLA signed by all contributors.
If a slingshot error was thrown with a
:type
value other than:cli-help
or:cli-error
, the original error would be replaced by an error about a missing clause in the case statement. This allows those errors to just be rethrown.