Prompt

The prompt.yaml file contains some definitions for our necessary variables in templates.

prompt.yaml
- type: input
  name: age
  message: What's your age?
  initial: 18

Here is a list of the available questions:

Input

- type: input
  name: age
  message: What's your age?
  initial: null

Confirmation

- type: confirmation
  name: is_null
  message: Should the value be null?
  initial: false

Choice

Choice (multiple)

Last updated