Skip to content

v14.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 17:43
· 19 commits to master since this release

14.0.0 (2023-03-05)

Bug Fixes

  • Replace commander with hand-written command-line parser (af0ea29)

BREAKING CHANGES

  • Although you shouldn't notice any change on the behaviour of the command line, something unexpected might've changed. Something did change: if you're annoyed by inserting "--" between the multi-value option and other arguments, you don't have to do it any more. Multi-value options can be entered either using the option prefix multiple times for each value, or using the option prefix just once and separating the values by commas.