xpple / BetterConfig

A very powerful and easy to use command based configuration library for servers and clients.
GNU Lesser General Public License v3.0
7 stars 2 forks source link

fix enum edge case #7

Closed RacoonDog closed 1 year ago

RacoonDog commented 1 year ago

fix edge case when enum overrides toString()

issue stemmed from EnumSuggestionProvider using enum.name(), but the subcommand searching for a match with enum.toString()

xpple commented 1 year ago

Nice catch, thanks! This check is actually used in multiple places, could you fix all of them?