AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.07k stars 350 forks source link

Fix Survey output on Windows #413

Closed mislav closed 2 years ago

mislav commented 2 years ago

Fixes Survey on Windows.

When I was tightening out error handling in https://github.com/AlecAivazis/survey/pull/404, it didn't occur to me that some errors want to be ignored.