MCPcopy
hub / github.com/cli/cli / huhPrompter

Struct huhPrompter

internal/prompter/huh_prompter.go:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type huhPrompter struct {
16 stdin ghPrompter.FileReader
17 stdout ghPrompter.FileWriter
18 stderr ghPrompter.FileWriter
19 editorCmd string
20}
21
22func (p *huhPrompter) newForm(groups ...*huh.Group) *huh.Form {
23 return huh.NewForm(groups...).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected