Allow for use of @Completions annotation with argument types other than String

This commit is contained in:
jmp 2020-10-26 23:21:25 -07:00 committed by Alexander Söderberg
parent 9a5c674f0d
commit 9c9e13e8b8
3 changed files with 12 additions and 19 deletions

View file

@ -11,6 +11,9 @@ 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
### Changed
- Allow for use of `@Completions` annotation with argument types other than String
### Fixed
- Use the correct default range for Double and Float parsers in the StandardParserRegistry