-
Hi,
I found an issue with the JLine 3 - picocli system completer when it comes to auto completing options. I was able to reproduce it with the example.
If you type "cmd=" and then press tab, you…
-
**Description**
Those guides present extensions which already have a codestart and which could be adapted to use it:
- [ ] https://quarkus.io/guides/picocli
- [ ] https://quarkus.io/guides/rest-j…
-
Based on a cursory look, JCommander seems much simpler and provides validation. Consider switching.
-
Currently the CLI tool only statically requests the scope `openid`.
As a user/integrator of a client to Keycloak, it would be useful to request different scopes available to my client.
There are…
-
Apart from ```jbang help``` and the examples of jbang use given in the readme, it would be great to have:
1. A documentation - Picocli generated ?
2. A cheat sheet usable with https://github.com/c…
-
Thanks for a great library. My scenario: I am writing a command line tool that requires a password to be provided.
If I specify the `required = true` setting in the `@Parameter` annotation for my `…
-
### Bug description
using cli5 + patches-5.0.1-dev3
X_10.65.2-release.0_APKPure.apk
getting the below error
SEVERE: "Change link sharing domain" failed:
app.revanced.patcher.patch.PatchException: …
-
We are trying to set up liquibase for our MongoDB schema migration management. We are facing the following issue when we run `liquibase update`
Log output for `liquibase updateSQL --log-level debug…
-
**Describe the bug**
Testing Quarkus based JBang script is not working properly.
**To Reproduce**
Steps to reproduce the behavior:
Lets see the following code snippets:
Simple REST controller…
-
maybe this is already possible but I didn't see it, I'd like to be able to access all options passed, or maybe just the ones not configured with picocli. I'm developing a scaffolding system inspired b…