Allow for recursive annotations (#97)

Co-authored-by: Mariell <proximyst@proximyst.com>
This commit is contained in:
Alexander Söderberg 2020-10-24 19:28:56 +02:00
parent e26d01388d
commit a68bc0bea7
3 changed files with 99 additions and 6 deletions

View file

@ -25,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Allow for combined presence flags, such that `-a -b -c` is equivalent to `-abc`
- Allow for class annotations as a default for when an annotation is not present on a method.
- Allow for class annotations as a default for when an annotation is not present on a method
- Allow for annotated annotations
### Fixed
- Fix arguments with no required children not being executors (cloud-brigadier)