Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
type
Prompter
interface
{
21
Select(string, string, []string) (int, error)
22
}
23
24
const
(
25
// Run statuses
Callers
3
chooseCodespaceFromList
Function · 0.95
Confirm
Method · 0.95
Create
Method · 0.95
Implementers
4
PrompterMock
internal/prompter/prompter_mock.go
huhPrompter
internal/prompter/huh_prompter.go
accessiblePrompter
internal/prompter/prompter.go
surveyPrompter
internal/prompter/prompter.go
Calls
no outgoing calls
Tested by
no test coverage detected