felixSchl/neodoc

Implement "Did you mean?"

felixSchl opened this issue · 1 comments

Should be fairly straight forward. We already have e.g. Unknown option --hel. Expected --help, so make this look like: Unkown option --hel. Did you mean --help? based on a substring match or diffing.

i just implemented something like this. here's a quick link dump of two different options: