AlecAivazis / survey

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

expected support for linux idioms such as grep and yes #363

Closed sstarcher closed 2 years ago

sstarcher commented 2 years ago

What operating system and terminal are you using? osx, iterm2

An example that showcases the bug.

What did you expect to see?

noerw commented 2 years ago

see also #328

mislav commented 2 years ago

Duplicate of https://github.com/AlecAivazis/survey/issues/328.

Currently it's only possible to use Survey when both stdin and stdout are connected to a terminal.