MCPcopy
hub / github.com/cli/cli / MultiSelect

Method MultiSelect

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

Source from the content-addressed store, hash-verified

33
34type iprompter interface {
35 MultiSelect(string, []string, []string) ([]int, error)
36}
37
38func 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