picocli
picocli copied to clipboard
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 ca...
Hi, first, thanks for this great piece of software! Currently I'm trying to localize the most common messages which a user might see when using a picocli-based app. Via the...
Assume code like the following: ```java public class MyCommand { @Mixin private MyTopLevelMixin myTopLevelMixin; ... } public class MyTopLevelMixin { @Mixin private MySubMixin mySubMixin; ... } public class MySubMixin {...
My application, jsoar, includes a REPL, and all the commands are implemented using picocli (I love picocli!). As part of this, we use picocli to recommend command completions as users...
I'm using picocli 4.6.3 with Gradle. I had a class method annotated with `@Command` that worked properly, but when I tried to generate a man page for it, I got...
Using: Java 17, Picocli 4.7.0 If I have this code (inside a class getting passed to `CommandLine::execute`): ```java // This will have TWO MANDATORY arguments @Command public void retrieve(@Mixin SourceParam...
In the help output, we'd like to separate command-specific options from generic options like `--help`, `--version`, `--log-level`, ... At the same time, we'd also like to avoid having to define...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.3.0 to 3.3.2. Release notes Sourced from gradle/gradle-build-action's releases. v3.3.2 [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 3.3.0 to 3.3.2. Release notes Sourced from gradle/wrapper-validation-action's releases. v3.3.2 [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.3. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.25.1 to 3.26.1. Release notes Sourced from org.jline:jline's releases. JLine 3.26.1 What's Changed Fix interrupt signal killing application (#958) by @βgnodet in jline/jline3#973 Fix OutOfMemoryError when using...