AlecAivazis / survey

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

Refactor WithStdio to take advantage of PromptConfig #215

Open AlecAivazis opened 5 years ago

AlecAivazis commented 5 years ago

Since we now have a place to park prompt-level configuration, we should clean up how we provide stdio internally