Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
type
Prompter
interface
{
19
Select(string, string, []string) (int, error)
20
}
21
22
const
(
23
// 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