Skip to content

v16.0.0

Latest
Compare
Choose a tag to compare
@esatterwhite esatterwhite released this 05 Mar 19:53

16.0.0 (2025-03-05)

Bug Fixes

  • from: Remove unused plain parameter 98df6c1 - Eric Satterwhite
  • help: Help text should display required flags 63b8c93 - Eric Satterwhite
  • interactive: validate should only be called once 78cfc8f - Eric Satterwhite, closes: #134
  • wiki: Add more information and fix typeos 067e224 - Eric Satterwhite

Features

  • flags: Add flags to help specify exclusivity 5f12137 - Eric Satterwhite

BREAKING CHANGES

  • flags: interactive values need to be reset from '' to
    undefined so that it behaves in the same way that missing argv values
    do. Also, validation is trickier now with the new options, so a major
    is the safe bet.