We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a5e7b commit 1b5ede8Copy full SHA for 1b5ede8
CHANGELOG.md
@@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
15
- add support for variadic options ([#1250])
16
- allow options to be added with just a short flag ([#1256])
17
-- throw an error if there might be a clash between option name and a Command property, with advice on how to resolve ([#1275])
+ - *Breaking* the option property has same case as flag. e.g. flag `-n` accessed as `opts().n` (previously uppercase)
18
+- *Breaking* throw an error if there might be a clash between option name and a Command property, with advice on how to resolve ([#1275])
19
20
### Fixed
21
0 commit comments