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 can I disable text color on Select description text? #477

Closed eliranwong closed 1 year ago

eliranwong commented 1 year ago

how can I disable text color on Select description text?

currently, it is blue in color. I do not want text color in some cases.

Appreciate your good work. Thank you.

mislav commented 1 year ago

Hi, the only way right now is to override the survey.SelectQuestionTemplate string: https://github.com/go-survey/survey/blob/fa37277e6394c29db7bcc94062cb30cd7785a126/select.go#L72