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...
* Issue description Looking into how to handle exceptions (https://picocli.info/#_invalid_user_input) I'd like to add some behavior depending on an argument. But `parseResult` in the method [handleException in IExecutionExceptionHandler](https://github.com/remkop/picocli/blob/main/src/main/java/picocli/CommandLine.java#L1781) does not...
Bumps [andymckay/append-gist-action](https://github.com/andymckay/append-gist-action) from 0.2 to 0.3. Release notes Sourced from andymckay/append-gist-action's releases. 0.3 What's Changed Update nodejs to v20 by @thulin82 in andymckay/append-gist-action#4 New Contributors @thulin82 made their first contribution...
Bumps `log4j2Version` from 2.22.0 to 2.23.1. Updates `org.apache.logging.log4j:log4j-api` from 2.22.0 to 2.23.1 Updates `org.apache.logging.log4j:log4j-core` from 2.22.0 to 2.23.1 Dependabot will resolve any conflicts with this PR as long as you...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.6.1 to 2.7.0. Release notes Sourced from step-security/harden-runner's releases. v2.7.0 What's Changed Release 2.7.0 by @varunsh-coder and @h0x0er in step-security/harden-runner#376 This release: Updates the node runtime to...
Hello, I've the problem that if one command has more than one interactive input (e.g. due to interactive options or using System.console().readLine() in the option) that starting with the second...
Very specific use case, perhaps: * lots of top level sub-commands * implemented as command methods. * not wanting to put all of them in one java file. Right now,...
When there's an interactive option, then the missing of an `ArgGroup` only gets validated after providing the interactive option. The parsing should fail earlier.
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,...
Sorry for the quick bug report. Essentially the issue is that Picocli options of type `Path` do not seem to work with https://github.com/googleapis/java-storage-nio. ```kotlin @CommandLine.Option( names = ["--csv"], required =...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.6.1 to 2.7.1. Release notes Sourced from step-security/harden-runner's releases. v2.7.1 What's Changed Release v2.7.1 by @varunsh-coder, @h0x0er, @ashishkurmi in step-security/harden-runner#397 This release: Improves the capability to inspect...