hokaccha / nodebrew

Node.js version manager
MIT License
1.06k stars 66 forks source link

Add options parser #14

Closed hokaccha closed 11 years ago

hokaccha commented 12 years ago

I want to implement these feature.

$ nodebrew install -u 0.6.6 # install and use
$ nodebrew -v # show version
$ nodebrew install 0.6.6 --configure='--without-ssl --without-npm'

It need option parser.