dthree / vorpal

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

Multiple choice type? #91

Closed kevinSuttle closed 8 years ago

kevinSuttle commented 8 years ago

Example from Yeoman.

screen shot 2016-02-03 at 11 34 54 pm

Is this possible with Vorpal?

dthree commented 8 years ago

Yes it is! Vorpal uses Inquirer.js for prompts, which was built for Yeoman originally. Thank @sboudrias for that.

kevinSuttle commented 8 years ago

:+1: Thanks!

dthree commented 8 years ago

No problem. :smiley: