Skip to content

@inquirer/[email protected]

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 02 Sep 21:53
· 136 commits to main since this release
  • Each choice can now provide a description (like for the select and search prompts)
  • choices can now be an array of string.
  • Includes @inquirer/[email protected] adding support for { signal: AbortSignal } in the context options to programatically cancel a prompt.