🐛 Fixed quoted parsing in StringArgument

This commit is contained in:
Alexander Söderberg 2020-10-17 23:05:28 +02:00 committed by Alexander Söderberg
parent 9bfb0f17d6
commit 720019b508
3 changed files with 51 additions and 23 deletions

View file

@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixes
- Fixes chained optionals not allowing the command to be executed when more than one optional is omitted
### Fixed
- Fixed quoted parsing in StringArgument
## [1.0.1] - 2020-10-14
### Changes