Gradle Plugin for picocli-codegen
See original GitHub issueWouldn’t it be nice to have a Gradle plugin which generates the config? Maybe using something like https://github.com/classgraph/classgraph to automatically discover classes annotated with @Command
?
I would gladly help out with this.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
picocli/build.gradle at main · remkop/picocli - GitHub
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. ... picocli/picocli-codegen/build.gradle.
Read more >picocli - a mighty tiny command line interface
The picocli-codegen module includes an annotation processor that can build a model from the picocli annotations at compile time rather than at runtime....
Read more >build.gradle · fanwen/picocli - Gitee.com
description 'Java command line parser with both an annotations API and a programmatic API. Usage help with ANSI styles and colors. Autocomplete.
Read more >Command Mode with Picocli - Quarkus
To install the kubernetes extension, run the following command in your project base directory. CLI. Maven. Gradle. quarkus extension add 'kubernetes'.
Read more >info.picocli : picocli-codegen : 4.0.0 - Maven Central Repository ...
picocli -codegen - Picocli Code Generation - Tools to generate documentation, configuration, source code and other files from a picocli model.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Potentially, yes. Some early thoughts on that topic are here: https://github.com/remkop/picocli/issues/539
Closing as this issue is superseded by the annotation processor.