-
Can we use gis under interactive shell, which doesn't close `gis` after every commands. Can caches result, perform background tasks,...
-
### What happened?
I am using Apache Beam's JdbcIO to read data from a PostgreSQL database and log the retrieved data. I'm using a custom UserData class and have applied the @DefaultCoder(AvroCoder…
-
As documented in paragraph 3.7, "From picocli 2.0, positional parameters can be specified anywhere on the command line, they no longer need to follow the options." Is it possible with PicoCLI 4.x to …
-
I have an abstract base command class that defines an ArgGroup as follows:
```java
public abstract class AbstractSomeBaseCommand implements Runnable {
@ArgGroup(heading = "Some arg group:%n",…
-
From another application, I see that it is not able to load the clusters file from the library.
Presumably something is wrong with the way the resources are being loaded into the jar file.
check on …
-
Is it possible to have an file path autocomplete using picocli in an interactive shell with JLine3 (or another component)
For example let say I've a command
```java
@Command
public void myCom…
-
### What you were trying to do
Test MetalRenegades. Fix is likely needed in the Health module, but maybe hardening against unexpected UI state is something we can help in the engine? If just a quic…
-
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…
-
### Bug description
java -jar revanced-cli-5.0.0-all.jar patch -p patches-5.0.1.rvp -i [serial] -o output.apk --mount com.google.android.youtube_19.43.41.apk
Raises FailedToFindInstalledPackageExce…
-
We need to implements the commands we will use for our project. This first implementation serves us to create the first version of the CLI to have a good structure and a working commands.