Closed p0nce closed 1 year ago
I very often mistype:
dub ugprade
dub upgrade
dub clear-caches
dub clean-caches
Instead of displaying the full help text, suggest a more appropriate command name, like git does.
C:\Users\guill\Desktop\Dplug>git puke git: 'puke' is not a git command. See 'git --help'. The most similar command is prune
Bug Description
I very often mistype:
dub ugprade
instead ofdub upgrade
dub clear-caches
instead ofdub clean-caches
Expected Behavior
Instead of displaying the full help text, suggest a more appropriate command name, like git does.