picocli icon indicating copy to clipboard operation
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...

Results 213 picocli issues
Sort by recently updated
recently updated
newest added

I am trying to use option sections as described here https://picocli.info/#_use_heading_to_enable_option_sections but for code re-use purposes I am working a lot with mixins. Trying to put a mixin into an...

As a developer, I want to add custom interpolation lookup strategies for option default value. Currently, interpolation strategies are hardcoded in the `picocli.CommandLine.Model.Interpolator` class. And have the following options: -...

type: enhancement :sparkles:
type: API :electric_plug:

I integrated the source files of the software component “picocli 4.6.3” into another Maven example project within the tool “Eclipse IDE for Java Developers 2022-06 (4.24.0)”. Warnings indicate that values...

I'm getting the following warning ``` 2024-02-02 | 10:46:54.394 | WARN | main | picocli.spring.PicocliSpringFactory | Unable to get bean of class interface java.util.List, using fallback factory picocli.CommandLine$DefaultFactory (org.springframework.beans.factory.BeanCreationException: Error...

How to solve the problem of garbled Chinese output ![image](https://github.com/remkop/picocli/assets/116958691/b3929f30-414d-44f7-b914-0c393bc4c61b) ![image](https://github.com/remkop/picocli/assets/116958691/cc13fa41-61f7-49bd-9f22-2f1793daccf2)

type: question :grey_question:

I'm using picocli-shell-jline3 in jpms with gradle and set info.picocli.shell.jline3 in my moudle.info but gradle build error:error: module not found: info.picocli.shell.jline3 ```shell error: module not found: info.picocli.shell.jline3 requires info.picocli.shell.jline3; ^...

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.1 to 3.0.0. Release notes Sourced from gradle/gradle-build-action's releases. v3.0.0 This is the first release of gradle/gradle-build-action available with the v3 version tag. [!IMPORTANT] As of v3...

type: dependency :books:
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.11 to 3.23.2. 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...

type: dependency :books:
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.0. Release notes Sourced from actions/upload-artifact's releases. v4.3.0 What's Changed Reorganize upload code in prep for merge logic & add more tests by @​robherley in...

type: dependency :books:
github_actions

The current Kotlin integration requires `kapt` which is working well but has issues and is in maintenance mode (see https://youtrack.jetbrains.com/issue/KT-48661). Are there any plans to move to [KSP](https://github.com/google/ksp) ?

status: help-wanted 🆘
theme: annotation-proc
lang: kotlin