elcuervo

Results 13 issues of elcuervo

This is a totally stupid PR but I'll send it because I was going to add going to add a feature to `CLI.add` to allow multiple additions but then I...

Is there a way to add a dynamic extend? Like 10% of the value instead of a fixed number?

Fixes instances when a Default type runs `#try` with a failing value. Closes #469 ```ruby Types::Integer.default(1).try("a") # => # ```