Tyrrrz / CliFx

Class-first framework for building command-line interfaces
MIT License
1.48k stars 60 forks source link

Suggest correct symbol names when the user mistypes them #20

Closed Tyrrrz closed 4 years ago

Tyrrrz commented 5 years ago

via Levenshtein distance

Tyrrrz commented 4 years ago

Probably not much reason to implement this because if a user input fails, the help text gets displayed anyway. Typo suggestions would provide a bit better feedback but it's just too much effort for negligible and uncertain benefit.