MCPcopy
hub / github.com/cli/cli / accessiblePrompter

Struct accessiblePrompter

internal/prompter/prompter.go:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83type accessiblePrompter struct {
84 stdin ghPrompter.FileReader
85 stdout ghPrompter.FileWriter
86 stderr ghPrompter.FileWriter
87 editorCmd string
88}
89
90func (p *accessiblePrompter) newForm(groups ...*huh.Group) *huh.Form {
91 return huh.NewForm(groups...).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected