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

Fix help message for Select #219

Closed ahmetb closed 5 years ago

ahmetb commented 5 years ago

Fixes #218.

AlecAivazis commented 5 years ago

Ah damn! I noticed that a few days ago, fell down a rabbit hole investigating some tests, and completely forgot. Thanks for this!

Travis should pass once the corresponding tests are updated

ahmetb commented 5 years ago

Any ideas if this test failure has something to do with the changed code? Windows passes, Go/Mac failing.

$ run tests
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated
ahmetb commented 5 years ago

I realized there are test cases are testing the output, so pushing another commit.

AlecAivazis commented 5 years ago

Awesome! Thanks for updating the tests