AlecAivazis / survey

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

Reload question #410

Closed fcarvalhido closed 2 years ago

fcarvalhido commented 2 years ago

Is there a way to reload question options depending on the answer from a previous one?

mislav commented 2 years ago

No. When subsequent questions depend on your previous answers, you may want to use survey.AskOne() for each individual question or multiple separate calls to survey.Ask().