manifoldco / promptui

Interactive prompt for command-line applications
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
6.03k stars 333 forks source link

Git Bash Prompts fail with EOF #208

Open Silthus opened 2 years ago

Silthus commented 2 years ago

Currently I am unable to use Git Bash with this library. All prompts are immediately terminated with an EOF.

Find the example repository with all three test cases here: https://github.com/Silthus/promptui-git-bash-bug

image image image

I don't know but this may be related to this issue? https://github.com/chzyer/readline/issues/191

mamh2021 commented 9 months ago

I met the same issue ,

this not work at git bash . but work well in cmd. on windows.