- type: input
name: age
message: What's your age?
initial: 18
- type: input
name: age
message: What's your age?
initial: null
- type: confirmation
name: is_null
message: Should the value be null?
initial: false
- type: choice
name: color
message: Please select your favorite color (defaults to red)
choices: [ 'red', 'blue', 'yellow' ]
initial: 0
- type: choice
name: colors
message: Please select your favorite color (defaults to red)
choices: [ 'red', 'blue', 'yellow' ]
initial: '0,1'
multiple: true