-
output of runner is:
```
./target/starfix-1.0.0-SNAPSHOT-runner
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
-…
-
```
INFO: Reading dex files
INFO: Loading resource table...
INFO: Decoding AndroidManifest.xml only, because resources are not needed
INFO: Loading resource table from file: revanced-cache/1.apk
I…
-
When analyzing multiple big projects (like the cwa verification, testresult and regular server and the android app) the model gets too big to be written with a heap size of 4 GB.
This can be circumve…
-
After a new installation with Homebrew, this was a surprising result:
```
$ ki -h
Usage: ki [-h] [--version]
-h, --help Prints help
--version Print version
…
-
usecase:
```
[jbang] Building jar...
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/max/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-…
-
Related to https://github.com/remkop/picocli/issues/800 and https://github.com/remkop/picocli/issues/873: currently picocli only prompts for a value when an option name of an interactive option is spe…
-
This is a very minor issue. I accidentally created a command that has itself as a subcommand, like this:
```java
import picocli.CommandLine.Command;
@Command(name = "bad", subcommands = BadComman…
-
It would be very convenient for CLI authors to have the ability to nest ANSI escape sequences which currently [isn't possible](https://picocli.info/#_ansi_colors_and_styles#_usage_help_with_styles_and…
-
not sure how to fix this
```
> Task :cli:config:compileJava FAILED
/home/xeno/IdeaProjects/brix/modules/cli/config/src/main/java/com/xenoterracide/cli/config/CliCommand.java:32: error: [NullAway] i…
-
First of all, thank you for your job!
Recently, I've come up with an idea that it would be cool if `scopt` could support the generation of `bash`, `zsh`, `fish` auto-completion scripts.
I've fou…