terkelg / prompts

❯ Lightweight, beautiful and user-friendly interactive prompts
MIT License
8.89k stars 305 forks source link

Editor type prompt #292

Open bennypowers opened 3 years ago

bennypowers commented 3 years ago

Is your feature request related to a problem?

Some inputs are multiline.

Case: My CLI generates a web component and associated files for a GraphQL query. Users would like to type out the GraphQL query in their editor.

Describe the solution you'd like

A { type: 'editor' } prompt, like inquirer's implementation.

Describe alternatives you've considered

make users escape newlines, or just not offer this feature.

Additional context

See https://www.npmjs.com/package/inquirer#editor---type-editor

micalevisk commented 3 years ago

duplicated #52