AlecAivazis / survey

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

How to disable Logic of Cleanup in Prompt #489

Closed vimiix closed 11 months ago

vimiix commented 1 year ago

Survey will render a new line with Cleanup of Confirm by default. It is not friendly to automation, so how can I config for skiping Cleanup invoke, just render raw response of user given?

vimiix commented 11 months ago

I found Survey is not support reading from piped stdin or writing to piped stdout, so there is no need to deal with this problem. Close it.