# Functions
FilterContains checks whether the completion.Text contains sub.
FilterFuzzy checks whether the completion.Text fuzzy matches sub.
FilterHasPrefix checks whether the string completions.Text begins with sub.
FilterHasSuffix checks whether the completion.Text ends with sub.
No description provided by the author
NewCompletionManager returns initialized CompletionManager object.
# Structs
CompletionManager manages which suggestion is now selected.
Suggest is printed when completing.
# Type aliases
Filter is the type to filter the prompt.Suggestion array.