MCPcopy
hub / github.com/cli/cli / Prompter

Interface Prompter

pkg/cmd/run/shared/shared.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type Prompter interface {
19 Select(string, string, []string) (int, error)
20}
21
22const (
23 // Run statuses

Callers 3

chooseCodespaceFromListFunction · 0.95
ConfirmMethod · 0.95
CreateMethod · 0.95

Implementers 4

PrompterMockinternal/prompter/prompter_mock.go
huhPrompterinternal/prompter/huh_prompter.go
accessiblePrompterinternal/prompter/prompter.go
surveyPrompterinternal/prompter/prompter.go

Calls

no outgoing calls

Tested by

no test coverage detected