MCPcopy
hub / github.com/charmbracelet/huh / Run

Method Run

field_select.go:742–744  ·  view source on GitHub ↗

Run runs the select field.

()

Source from the content-addressed store, hash-verified

740
741// Run runs the select field.
742func (s *Select[T]) Run() error {
743 return Run(s)
744}
745
746// RunAccessible runs an accessible select field.
747func (s *Select[T]) RunAccessible(w io.Writer, r io.Reader) error {

Callers

nothing calls this directly

Calls 1

RunFunction · 0.85

Tested by

no test coverage detected