Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

feat(chore): suggest matching commands #212

Closed jamesgeorge007 closed 4 years ago

jamesgeorge007 commented 4 years ago

Summary

Suggest matching commands if the user makes a typo.

Other Information

N/A

codecov-io commented 4 years ago

Codecov Report

Merging #212 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #212   +/-   ##
=======================================
  Coverage   87.53%   87.53%           
=======================================
  Files           6        6           
  Lines         401      401           
=======================================
  Hits          351      351           
  Misses         50       50

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9d89f4c...c1d8a96. Read the comment docs.

lornajane commented 4 years ago

Thanks for the pull request! We're reviewing, but I just wanted to drop you a "thanks" while we take a look :eyes:

jamesgeorge007 commented 4 years ago

@AlexLakatos it serves the purpose. Even projects like Vue-CLI depends on didyoumean.js.

AlexLakatos commented 4 years ago

I guess it's good enough then. Thanks for the PR! I'll release this today.