dthree / vorpal

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

Question: Where is the interactive menu like Inquirer.js #135

Closed kevincaradant closed 8 years ago

kevincaradant commented 8 years ago

Hi

Sorry for this question , but i searched in the documentation the interactive menu. But I didn't find it. So I ask you if you know where is it .

I'm searching something like that :

image

Thank you by advance :)

dthree commented 8 years ago

Hey, no problem.

Inquirer.js is directly exposed through this.prompt while mid an action. This means you can just refer to Inquirer's documentation at that point.

https://github.com/dthree/vorpal/wiki/api-|-CommandInstance

See above for more details.

kevincaradant commented 8 years ago

Ah yes, you're right. It's more clear for me. Thank you very much :)