manifoldco / promptui

Interactive prompt for command-line applications

Home Page:https://www.manifold.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After Promptui select, print statement invisible on Windows

pshutt97 opened this issue · comments

We have a CLI application where we expect user to provide inputs using Promptui select as well as text inputs. When user makes selections using Promptui, the next print statement asking for input is invisible on Windows (Mac users do not face this issue). This seems to happen inconsistently and is happening around 70-80% of the time.

We appreciate any attention on this issue. This is affecting our user experience.

We have a CLI application where we expect user to provide inputs using Promptui select as well as text inputs. When user makes selections using Promptui, the next print statement asking for input is invisible on Windows (Mac users do not face this issue). This seems to happen inconsistently and is happening around 70-80% of the time.

We appreciate any attention on this issue. This is affecting our user experience.

hi, I had the same error, and I simply fixed by adding fmt.Println("") before the next print

Still no fix after 2 years :-(

Still no fix...

as a workaround, it can be avoided via empty fmt.Println() before normal output