prompt-choices
Create an array of multiple choice objects for use in prompts.
Create an array of multiple choice objects for use in prompts.
Separator for choices arrays in prompts. Based on the Separator from inquirer.
Paginator used for rendering lists or choices for prompts in the terminal.
Confirm (yes/no) prompt. Can be used standalone or with a prompt system like [Enquirer].
List-style prompt. Can be used as a standalone prompt, or with a prompt system like [enquirer].
Password prompt. Can be used as a standalone prompt, or as a plugin for [Enquirer].
Multiple-choice/checkbox prompt. Can be used standalone or with a prompt system like [Enquirer].
Radio prompt. Can be used as a standalone prompt, or as a plugin for [Enquirer].
Expand prompt. Can be used as a standalone prompt, or with a prompt system like [Enquirer].
Rawlist prompt. Can be used as a standalone prompt, or with a prompt system like [Enquirer].
Separator for Enquirer prompts. Based on the Separator from inquirer.
Adds `confirm` (yes/no) prompt support to Enquirer.
Adds multiple-choice/checkbox prompt support to Enquirer.
Adds `rawlist` prompt support to [Enquirer].
Plugin that adds a number of common prompt types to Enquirer
Adds `radio` prompt support to Enquirer. This prompt behaves like other radio-button interfaces, where only one choice is enabled whilst all others are disabled.
Editor prompt. Opens your text editor and waits for you to save your input during a prompt. Can be used standalone or with a prompt system like [Enquirer].