Proposal: Simple Form editor for template input

Currently there is a editor.prompt to get single strings from the user multiple times. It doesn’t have to be beautiful, but would maybe it be convenient to have a similar prompt function that is passed an array of input specs (description, default, type, choice options, validation regex, optional) and returns an object with the output. This could be used to edit multiple fields of a task, or take multiple parameters for git configs, or other things as well.

2 Likes