ogma
ogma copied to clipboard
[FEATURE] Falibility operator
Description
Syntax to support a falibility operator, which applies a default when a runtime error occurs.
Similar to [Option,Result]::unwrap_or(_)
.
Thinking that the syntax would look like cmd arg1 .. argN ? <default>
- [ ] Bikeshed the keyword/symbol
- [ ] Bikeshed the name
default
(alternate?)