Feature: Allow argument names to be inferred from parameter names

This commit is contained in:
Alexander Söderberg 2021-10-02 11:49:02 +02:00 committed by Jason
parent 83163c2a77
commit ad80933a20
5 changed files with 37 additions and 9 deletions

View file

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `executeFuture` to `CommandExecutionHandler` which is now used internally. By default, this delegates to the old
`execute` method
- Annotations: Apply builder modifiers from class annotations ([#303](https://github.com/Incendo/cloud/pull/303))
- Annotations: Add default value to `@Argument`, which will force the parser to infer the argument name from the parameter name
### Fixed
- Bukkit: Permission checking and syntax string for Bukkit '/help' command