picocli
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...
This is similar in spirit to https://github.com/remkop/picocli/issues/1987 Basically, I want to be able to write CLIs such that explicitly passing empty-string as a param value is the same as having...
Our picocli-based application provides a relatively large hierarchy of sub-commands, with a command structure like the following: `our-app `. Here, `` and `` are non-runnable commands used to organize the...
We have some picocli commands that can process instructions defined in an 'action' YAML file, with the YAML file defining acceptable CLI options (i.e., somewhat similar to picocli `@Option`). To...