Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Types = map[string]func() Prompt{ "": func() Prompt { return WmenuPrompt{} }, "wmenu": func() Prompt { return WmenuPrompt{} }, "fuzzy": func() Prompt { return FuzzyPrompt{} }, }
Types provides a map of prompt types by name
Functions ¶
func WithInputSlice ¶
WithInputSlice filters options based on a provided slice and then performs a WithInputString prompt
Types ¶
Click to show internal directories.
Click to hide internal directories.