dthree / vorpal

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

vorpal.exec should return Promise #105

Closed scotthovestadt closed 8 years ago

scotthovestadt commented 8 years ago

@dthree Technically a breaking change but I think is important for consistency. Agree?

dthree commented 8 years ago

It.... does... doesn't it?

vorpal.exec('foo').then(function(){

});
scotthovestadt commented 8 years ago

Something else must be wrong or I just missed something. Thanks.

dthree commented 8 years ago

No probs. :+1: