Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ Input
Method
Input
pkg/cmd/workflow/run/run.go:46–46 ·
view source on GitHub ↗
(string, string)
Source
from the content-addressed store, hash-verified
44
45
type
iprompter
interface
{
46
Input(string, string) (string, error)
47
Select(string, string, []string) (int, error)
48
}
49
Callers
1
collectInputs
Function · 0.65
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