dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

More forgiving command checks #146

Open matt-oc opened 8 years ago

matt-oc commented 8 years ago

Very small one here, if a command is not entered exactly as it is registered when initialised, has a capital in it as a typo for instance ('Start' instead of 'start'), vorpal recognises the command as it shows help for that specific command but doesn't run it. Might be nice to have vorpal be more error forgiving for fat fingers :smile: Any ideas?