question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Gradle Plugin for picocli-codegen

See original GitHub issue

Wouldn’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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
remkopcommented, Nov 16, 2018

does that remove the need for reflection?

Potentially, yes. Some early thoughts on that topic are here: https://github.com/remkop/picocli/issues/539

0reactions
remkopcommented, Feb 15, 2022

Closing as this issue is superseded by the annotation processor.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found