initiative-sh / initiative.sh

A web-based command line for game masters
https://initiative.sh/
GNU General Public License v3.0
44 stars 4 forks source link

Improve ergonomics of ContextAwareParse return value #325

Closed MikkelPaulson closed 11 months ago

MikkelPaulson commented 11 months ago

ContextAwareParse::parse_input() currently returns (Option<Self>, Vec<Self>) with no indication of the meanings of the respective values. Create a new struct to meaningfully represent what is actually being returned by this method (namely, a canonical and/or multiple fuzzy matches).