Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [14.0.0](v13.1.0...v14.0.0) (2023-03-05) ### Bug Fixes * Replace commander with hand-written command-line parser ([af0ea29](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.
- Loading branch information