You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relates cli/cli#8084
Relates #164
With go-survey/survey being unmaintained, this is an initial prototype of using
https://github.com/charmbracelet/huh as an optional prompting experience
including support for accessiblity needs.
Additionally, this commit includes a simple example to demo the existing and
new experiences in `examples/prompter/main.go`:
- by default, the existing go-survey/survey experience
- specifying `GH_PROMPTER=accessible`, the new charmbracelet/huh experience in rich mode
- specifying `ACCESSIBLE=1` with `GH_PROMPTER=accessible`, the new charmbracelet/huh experience in accessible mode
https://github.com/AlecAivazis/survey has been archived and won't received updates in the future.
It is used in
go-gh/pkg/prompter/prompter.go
Line 10 in 25db6b9
It should probably be moved to another library.
The text was updated successfully, but these errors were encountered: