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

Our picocli application has a structure similar to the following: ``` root | - entity1 | - upload - download - create - list|ls - delete|rm|remove - entity2 | -...

command name --clientId= --- -- option1 - I know we can output all the args using ParseResult object. I wanted to exclude all the args that contains sensitive information and...

type: question :grey_question:

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.22 to 2.1.23. Commits 6a38b7d Merge pull request #1246 from github/update-v2.1.23-fd4dc5bf 99d0a6b Update changelog for v2.1.23 fd4dc5b Merge pull request #1244 from github/criemen/remove-lua-tracer-ff c256033 Fix runner integration...

type: dependency :books:
github_actions

In teku, we're using arg groups to basically categorise command line args into sections to help produce better help information etc... We have a bunch of overrides etc that are...

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.0 to 2.0.3. Release notes Sourced from ossf/scorecard-action's releases. v2.0.3 Patch for fix in #898 v2.0.2 Fixes ossf/scorecard-action#895 v2.0.1 Fix for #856 Commits 865b409 Create v2.0.3 patch...

type: dependency :books:
github_actions

Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 7.0.5.Final to 8.0.0.Final. Changelog Sourced from hibernate-validator's changelog. 8.0.0.Final (2022-09-09) 8.0.0.CR3 (2022-08-09) ** Task * HV-1925 Switch to WildFly 27 for testing and remove the remaining javax...

type: dependency :books:
java

Bumps [hibernate-validator-annotation-processor](https://github.com/hibernate/hibernate-validator) from 7.0.5.Final to 8.0.0.Final. Changelog Sourced from hibernate-validator-annotation-processor's changelog. 8.0.0.Final (2022-09-09) 8.0.0.CR3 (2022-08-09) ** Task * HV-1925 Switch to WildFly 27 for testing and remove the remaining javax...

type: dependency :books:
java

(See discussion in https://github.com/remkop/picocli/issues/1707) There are cases where applications want programmatic control of the type converter used. The use case mentioned in #1707 is a single type converter for many...

type: enhancement :sparkles:
type: API :electric_plug:
status: help-wanted 🆘
theme: parser

This is not a true feature request. I mean, if you want to add this, by all means add it! But I suspect you'll think it is out of scope...

type: doc :blue_book:

Not sure whether this is an issue with picocli, Micronaut, or the combination of both. We have various command implementations that extend from abstract classes, with those abstract classes having...

status: invalid 😶
theme: integration