Module inquire::config[][src]

Expand description

General type aliases and default values used by multiple prompts.

Constants

Default filter function, which checks if the current filter value is a substring of the option value. If it is, the option is displayed.

Default page size when displaying options to the user.

Default value of vim mode.

Type Definitions

Type alias to represent the function used to filter options.

Type alias to represent the function used to retrieve text input suggestions. The function receives the current input and should return a collection of strings containing the suggestions to be made to the user.