remkop / picocli

Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
https://picocli.info
Apache License 2.0
4.94k stars 424 forks source link

Added support for using model transformers with mixins. #2333

Open alexturc opened 3 months ago

alexturc commented 3 months ago

Mixins can use model transformers to make changes to the model. This is useful to allow for mix-in reuse while changing option names and void clashes.