Remko Popma

Results 39 issues of Remko Popma

[Clink](http://mridgers.github.io/clink/) offers the ability to [customize its shell completion](https://github.com/mridgers/clink/blob/298113a61272afa3f646a912c97e2ce34da67597/docs/clink.md#extending-clink) with lua scripts. Some of clink's own functionality, like built-in completions, are also implemented in lua. This integration is very powerful;...

This is a follow-up ticket to #41. Out of the many ways that shells support TAB completion, perhaps [fish ](https://fishshell.com/docs/current/#tab-completion) makes it easiest for users to provide custom completion scripts...

**Describe the bug** I enabled CodeQL but did not see SAST being recognized when running scorecard in docker: ``` ----------|----------------------------------------------------------------------------------------------------- | 0 / 10 | SAST | SAST tool is...

Unsure if this has been considered before, but it may be interesting to replace joptsimple with [picocli](https://picocli.info). There could be several benefits, depending on whether this is limited to an...

``` > Task :aggregateJavadoc FAILED javadoc: error - invalid flag: --module-path ``` Env: ``` gradlew --version ------------------------------------------------------------ Gradle 7.3 ------------------------------------------------------------ Build time: 2021-11-09 20:40:36 UTC Revision: 96754b8c44399658178a768ac764d727c2addb37 Kotlin: 1.5.31 Groovy:...

(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

Would you be interested in helping with a Spring Boot 2.0-compatible `picocli-spring-boot-starter` module to include in the picocli project? It would be great if we could get it included in...

As raised on the picocli mailing list by Sven K. (Many thanks!) ### Problems 1. Custom type converters for primitive `boolean.class` (`Boolean.TYPE`), registered with `CommandLine.registerConverter`, appear not to be invoked,...

type: bug :bug:
theme: parser