MCPcopy 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
45type iprompter interface {
46 Input(string, string) (string, error)
47 Select(string, string, []string) (int, error)
48}
49

Callers 1

collectInputsFunction · 0.65

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