AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.09k stars 355 forks source link

Conditional questions #178

Closed vinchauhan closed 5 years ago

vinchauhan commented 5 years ago

Is conditional questions would be a new feature ? Based on the response to certain questions if the selective questions could be picked from the question array ?

AlecAivazis commented 5 years ago

Thanks for opening this issue! Unfortunately, at the moment there is no way to support this that isn't just firing multiple calls to Ask/AskOne depending on the responses you get from different sub-serveys.

There is already an issue to track this feature. Please head over to #169 for more info.