editor
editor: (
opts) =>Promise<string>
Defined in: packages/prompt/src/prompts/editor.ts:27
Opens the system editor.
Parameters
Section titled “Parameters”Options for system editor input.
Returns
Section titled “Returns”Promise<string>
The contents of the file.