BradleyChatha / jcli

A CLI framework for D
MIT License
23 stars 4 forks source link

Replace CommandResolveResult with Result #34

Closed BradleyChatha closed 3 years ago

BradleyChatha commented 3 years ago

Leave this for a bit, because reasons.

BradleyChatha commented 3 years ago

CommandResolveResult allows returning values alongside a failure result.

I don't know whether this is a good idea for Result to support or not, so I'll just drop this for now.