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

Method MultiSelectWithSearch

internal/prompter/prompter.go:361–363  ·  view source on GitHub ↗
(prompt string, searchPrompt string, defaultValues, persistentValues []string, searchFunc func(string) MultiSelectSearchResult)

Source from the content-addressed store, hash-verified

359}
360
361func (p *surveyPrompter) MultiSelectWithSearch(prompt string, searchPrompt string, defaultValues, persistentValues []string, searchFunc func(string) MultiSelectSearchResult) ([]string, error) {
362 return multiSelectWithSearch(p, prompt, searchPrompt, defaultValues, persistentValues, searchFunc)
363}
364
365type MultiSelectSearchResult struct {
366 Keys []string

Callers

nothing calls this directly

Calls 1

multiSelectWithSearchFunction · 0.85

Tested by

no test coverage detected