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

Add option to show/hide cursor when prompting user (#345) #348

Closed dmartin35 closed 3 years ago

AlecAivazis commented 3 years ago

Thanks for adding this option! I noticed you kept the default behavior the same which I appreciate. I'll take a look at why the github action is failing but once that goes through i suspect we can get this in

dmartin35 commented 3 years ago

it seems the test workflow is broken when doing the install runner step (go get -v github.com/alecaivazis/run), due to the following error: Error: ../../../go/src/github.com/alecaivazis/run/config.go:119:9: undefined: hcl.Unmarshal

AlecAivazis commented 3 years ago

@dmartin35 - i fixed the issue preventing the CI pipeline from executing. Mind rebasing onto master so we can get this in?

dmartin35 commented 3 years ago

Yes, I did the rebase, I thinks that's good now. Let me know if you need more. Thanks

AlecAivazis commented 3 years ago

Perfect, thanks!