Optional
filteringOptional
includes?: booleanOptional
startsOptional
initialReturn this default value if the user enters nothing.
Optional
limitThe maximum number of search results to show simultanously on the command line. Defaults to 15.
Optional
preA function to pre-render each string in the search data before searching has begun. This is useful if the same string formatting will be applied to all returned search results.
The original (or pre-rendered) string.
Optional
renderA function to render the search results.
The original (or pre-rendered) string.
The keywords that matched the original string.
Optional
searchWhen this string is encountered, the input coming after will not be considered for searching. Defaults to ':'
Optional
separatorThe delimiter to use to split the user input into keywords. Defaults to ' ' (space).
Generated using TypeDoc
Filtering options.