Describe the problem
When we use the questionary library, the options that are displayed get wiped out, after the user has selected an option. Is there a way we can retain the options displayed on the screen, and instead display the following prompts on the following line?
Describe the solution
Having a flag in questionary.ask() that gives this options is preferred.
Alternatives considered
No response
Describe the problem
When we use the questionary library, the options that are displayed get wiped out, after the user has selected an option. Is there a way we can retain the options displayed on the screen, and instead display the following prompts on the following line?
Describe the solution
Having a flag in questionary.ask() that gives this options is preferred.
Alternatives considered
No response