🐛 Fix multiple chained optionals not working correctly (#73)
* 🐛 Fix multiple chained optionals not working correctly There is a problem where the child arguments never forwarded their commands correctly. This will now fix itself when necessary. * 📚 Add CHANGELOG entry for change
This commit is contained in:
parent
d6cdeca1c3
commit
6c63b47e5e
3 changed files with 28 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixes
|
||||
- Fixes chained optionals not allowing the command to be executed when more than one optional is omitted
|
||||
|
||||
## [1.0.1] - 2020-10-14
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue