Open bennypowers opened 3 years ago
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.
A { type: 'editor' } prompt, like inquirer's implementation.
{ type: 'editor' }
inquirer
make users escape newlines, or just not offer this feature.
See https://www.npmjs.com/package/inquirer#editor---type-editor
duplicated #52
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, likeinquirer
'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