dthree / vorpal

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

Using with babel, getting an error #93

Closed ninjasort closed 8 years ago

ninjasort commented 8 years ago

I'm using vorpal with require('babel-core/register') and getting an error _vorpal2.default.command is not a function when I try to run it.

ninjasort commented 8 years ago

nvm, I needed to call vorpal()

dthree commented 8 years ago

:+1: