-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
List questions type does not allow navegation on git bash #921
Comments
+1 I've noticed this for a while, especially with using yeoman generators. On my journey of googling to try find if it is fixed or a way around it but lead my here |
I am having same issue |
Hi all, "Git bash" on Windows is one of the rare terminals we cannot support. The problem is it is not a true interactive terminals which makes it incompatible with the redrawing of the screen inquirer is doing. I believe there's now many good alternatives and built-in terminals in windows nowaday. I would recommend you using those instead. Personally back in the days I used powershell on Windows, it wasn't bash based, but other than that it was pretty good. I'll close this ticket as there's unfortunately nothing we can do to support git bash. |
Appreciate any suggestions on how to detect git bash so I can provide a helpful warning in our script. |
Observed behavior
List questions display a list but arrow keys do not navigate between options (visually), although in an "invisible way" you can select an option. Enter does proceed to the next question with the "invisible option"
Expected behavior
List questions display a list that can be visually interacted with and select the desired option
Version information
[email protected]
[email protected]
command line @ git bash on windows (installed with git)
windows @ Windows 10 Enterprise
The text was updated successfully, but these errors were encountered: