evaera / Cmdr

Extensible command console for Roblox developers
https://eryn.io/Cmdr/
MIT License
363 stars 104 forks source link

Added matchStart to FuzzyFinder #309

Closed xSwezan closed 1 year ago

xSwezan commented 1 year ago

I noticed that the Duration type has a bug where typing "s" gives this: image

I managed to find the issue, and it's coming from the fuzzy finder, so I added an additional parameter to the finder that allows for matching from the start.