🐛 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:
Alexander Söderberg 2020-10-18 21:36:58 +02:00 committed by GitHub
parent d6cdeca1c3
commit 6c63b47e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 1 deletions

View file

@ -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