Remko Popma
Remko Popma
Following up on discussion in https://github.com/remkop/picocli/issues/1214: It would be nice to also support other key-value separators for Map options. I am thinking this should be a new attribute in `@Option`...
This is a follow-up ticket for #1103 based on @dwalluck's suggestion. When running the picocli tests on Cygwin/ConEmu, the following output is generated: ``` stty: /dev/tty: No such device or...
The [Lanterna](https://github.com/mabe02/lanterna) projects looks very interesting. > Lanterna is a 100% pure Java library allowing you to write easy semi-graphical user interfaces in a text-only environment, very similar to the...
This is a follow-up ticket to https://github.com/remkop/picocli/issues/1007. That ticket fixed things so that repeatable subcommands correctly pick up any programmatic changes made via public `CommandLine` methods after the `CommandLine` instance...
When compiling the checksum example to a native image for Windows, and executing this on WSL (Windows Subsystem for Linux), the output does not show ANSI colors, even though picocli...
When running the `checksum` example, either as a Java process or as a native image, in PowerShell, only the command name **checksum** is highlighted in the usage help message. The...
During analysis on #815, the idea came up to introduce `multiplicity` on `@Option` and `@Parameters`. Multiplicity would allow applications to control exactly what number of values (minimum and maximum) is...
Replace TextTable factory methods with Builder
Applications that use Java 9's modules need to configure their module to allow picocli reflective access to the annotated classes and fields. Often applications want the annotated classes and fields...
I just found yori and it looks wonderful! Congrats on a beautiful product! I am interested in generating completion scripts for [picocli](https://github.com/remkop/picocli)-based command line applications. (Picocli is a library for...