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

Method MultiSelect

pkg/cmd/run/download/download.go:36–36  ·  view source on GitHub ↗
(string, []string, []string)

Source from the content-addressed store, hash-verified

34
35type iprompter interface {
36 MultiSelect(string, []string, []string) ([]int, error)
37}
38
39func NewCmdDownload(f *cmdutil.Factory, runF func(*DownloadOptions) error) *cobra.Command {

Callers 3

interactiveChoiceFunction · 0.65
interactiveRepoEditFunction · 0.65
runDownloadFunction · 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