You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Is it possible to clear the terminal when a user answers a question? I mean, without showing an answer, previous questions, etc. - just a clean state. I use 'survey' non-standard way - instead of sequentially asking questions, I'm implementing a 'wizard' where a user initially sees a list of objects, with the ability to create/edit/delete one and then get back to the list.
All works fine but there is a mess on the screen caused by questions asked before. Ideally, I can control when to clear the terminal.
I went through all issues and the codebase but couldn't find an answer.
Any help will be appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to clear the terminal when a user answers a question? I mean, without showing an answer, previous questions, etc. - just a clean state. I use 'survey' non-standard way - instead of sequentially asking questions, I'm implementing a 'wizard' where a user initially sees a list of objects, with the ability to create/edit/delete one and then get back to the list.
All works fine but there is a mess on the screen caused by questions asked before. Ideally, I can control when to clear the terminal.
I went through all issues and the codebase but couldn't find an answer.
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: