dominictarr / npmd

MIT License
450 stars 37 forks source link

check if argument specified #84

Closed nickleefly closed 9 years ago

nickleefly commented 9 years ago
$ node index.js
npmd
  install, resolve, ls, tree, help
undefined

after this commit result for $ node index.js

npmd
  install, resolve, ls, tree, help
dominictarr commented 9 years ago

thanks, merged into 1.3.4

Also, this was a good pull request. You explained the context which made it easy to understand what your change did and merging it was an easy decision.