MCPcopy Create free account
hub / github.com/cli/cli / Prompter

Interface Prompter

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

Source from the content-addressed store, hash-verified

18)
19
20type Prompter interface {
21 Select(string, string, []string) (int, error)
22}
23
24const (
25 // 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