We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b915706 + 1b5ede8 commit 669190dCopy full SHA for 669190d
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