MCPcopy
hub / github.com/cli/cli / surveyPrompter

Struct surveyPrompter

internal/prompter/prompter.go:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345type surveyPrompter struct {
346 prompter *ghPrompter.Prompter
347 stdin ghPrompter.FileReader
348 stdout ghPrompter.FileWriter
349 stderr ghPrompter.FileWriter
350 editorCmd string
351}
352
353func (p *surveyPrompter) Select(prompt, defaultValue string, options []string) (int, error) {
354 return p.prompter.Select(prompt, defaultValue, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected