Skip to content

Interactive checklist prompt #13

Open
@y0hami

Description

Description

A prompt which allows users to select multiple options, inquirer already has this kind of prompt https://github.com/SBoudrias/Inquirer.js/#checkbox---type-checkbox

image

Solution?

const checklist = {
  type: 'checklist',
  query: 'What languages do you know?',
  handle: 'langs',
  menu: [
    'English',
    'French',
    'German',
    'Spanish'
  ]
};

qoa.checklist(checklist).then(log);

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions