Store the currently parsing argument in the command context

This fixes #101
This commit is contained in:
Alexander Söderberg 2020-10-25 05:51:39 +01:00 committed by Alexander Söderberg
parent c2065aabd1
commit d484b99fc4
3 changed files with 37 additions and 0 deletions

View file

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added access to the CloudBrigadierManager from Brigadier-enabled command managers
- Added parameter injectors
- Store currently parsing command argument in the command context
## [1.1.0] - 2020-10-24