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

Create new feature parameterAllowedBeforeEndOfOptions to allow restricting positional parameters until after EndOfOptions. Enhancement for and fixes #2103

type: enhancement :sparkles:
type: API :electric_plug:
theme: parser

Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.23.0 to 2.24.1. Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.24.1 Changes: Add an assertion to try to help debug google/error-prone#4225 Full Changelog: https://github.com/google/error-prone/compare/v2.24.0...v2.24.1 Error Prone...

type: dependency :books:
java

Bumps [org.jetbrains.kotlin:kotlin-script-runtime](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.22. Release notes Sourced from org.jetbrains.kotlin:kotlin-script-runtime's releases. Kotlin 1.9.22 Changelog JavaScript KT-63719 KJS: Test results ignored for ES module kind KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers...

type: dependency :books:
java

Bumps [org.asciidoctor:asciidoctorj-pdf](https://github.com/asciidoctor/asciidoctorj-pdf) from 2.3.9 to 2.3.10. Release notes Sourced from org.asciidoctor:asciidoctorj-pdf's releases. v2.3.10 asciidoctorj-pdf 2.3.10 brings the asciidoctor-pdf 2.3.10 gem to AsciidoctorJ. Commits b860083 Merge pull request #99 from robertpanzer/upgrade-2.3.10...

type: dependency :books:
java

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.1. Release notes Sourced from ossf/scorecard-action's releases. v2.3.1 What's Changed :seedling: Bump github.com/ossf/scorecard/v4 from v4.13.0 to v4.13.1 by @​spencerschrock in ossf/scorecard-action#1282 Adds additional Fuzzing detection...

type: dependency :books:
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @​joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...

type: dependency :books:
github_actions

Bumps `junit5Version` from 5.10.0 to 5.10.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.10.1 Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1 See...

type: dependency :books:
java

Bumps `log4j2Version` from 2.21.1 to 2.22.0. Updates `org.apache.logging.log4j:log4j-api` from 2.21.1 to 2.22.0 Updates `org.apache.logging.log4j:log4j-core` from 2.21.1 to 2.22.0 Dependabot will resolve any conflicts with this PR as long as you...

type: dependency :books:
java

- Fixed inconsistent line endings on `docs/` content - Added test demonstrating #2123 - Added `HelpPreprocessor` to greedily consume `HelpCommand.commands` when `subcommandsRepeatable=true`

First attempt at a fix for #2104 > It may not be easy to build bookkeeping to keep track of this. Such bookkeeping also needs to handle scenarios like nested...

type: enhancement :sparkles:
theme: usagehelp