Skip to content

v0.17.1

Compare
Choose a tag to compare
@c4spar c4spar released this 07 Feb 12:29
· 516 commits to main since this release

Bug Fixes

  • command: actions on hyphenated options won't run (#144) (1ee0366)
  • prompt: clear stdout on ctrl+c (#142) (1e15d38, a6b5d36)
  • prompt: disabled item gets selected when it's the first option (#137) (f5c9be5)

Code Refactoring

  • use object spread instead of Object.assign (22681f0)
  • command,flags: make options.flags an array (eeac740)

Chore

Documentation Updates