Add a method to get the failure reason of SelectorParseExceptions

This commit is contained in:
jmp 2020-10-30 20:06:27 -07:00 committed by Alexander Söderberg
parent a04e3f92cb
commit e6af4e6caa
5 changed files with 18 additions and 4 deletions

View file

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added parameter injectors
- Store currently parsing command argument in the command context
- Added a method to CloudBrigadierManager to enable or disable Brigadier native suggestions for specific argument types
- Added a method to get the failure reason of SelectorParseExceptions
### Changed
- Allow for use of `@Completions` annotation with argument types other than String