consola icon indicating copy to clipboard operation
consola copied to clipboard

prompt of select return value type is incorrect

Open xjccc opened this issue 9 months ago • 4 comments

Environment

consola: v3.2.3

Reproduction

types error

Describe the bug

await consola.prompt('select a template', {
  type: 'select',
  options:[{label: 'template', value: 'template'}]
})

the return value should be string

but i got the SelectOption

Additional context

image

Logs

No response

xjccc avatar Sep 14 '23 01:09 xjccc