-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add help information to the TUI #167
Conversation
the result looks like this:
the question now looks much longer, and inquirer doesn't handle it very well. so maybe it could print the question first and in the |
I moved the question text to outside the inquirer object, and the result looks like this:
maybe in the feature, we could have a dedicated field for |
PS: there is no test yet for the "TUI" ... no sure yet how to test it .. I will need to take some time to think about that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thanks @xmnlab! No idea how to test the TUI, haven't done anything like this before 🙂
thanks for the review @Saransh-cpp |
🎉 This PR is included in version 0.6.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Pull Request description
default
value for each question.I am planning for my next step to move from inquirer to survey, but I need to do more tests to see if that would fix the issues with the input for long texts. Also, if necessary, we can combine both survey and inquirer. I am still investigating that.
How to test these changes
...
Pull Request checklists
This PR is a:
About this PR:
Author's checklist:
Additional information
Reviewer's checklist
Copy and paste this template for your review's note: