Reinhard Pointner
Reinhard Pointner
Annotations like `Argument` and `Option` should be tagged with the [@Documented](https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Documented.html) annotation methods or fields that have the `@Argument` or `@Option` annotation get documented properly when `javadoc` is invoked.
Allow subclasses of CmdLineParser to override expandAtFiles and how argument files are read and parsed.
It'd be nice if `expandAtFiles` was protected so that we override how arguments are loaded from the given @ files. Maybe even have a `protected List readAtFile(File f)` to make...
I'd be great if the junrar.jar would contain a `/META-INF/vfs-providers.xml` so that the VFS2 RAR provider can be added simply by dropping the jar into the classpath. ``` xml ```
The `curl` examples for the HTTP API are technically incorrect, and only work for simple cases where the `-F name=value` value is already correctly encoded. Using `--data-urlencode` instead of `-F`...
The `/v3/assets/version` endpoint does not work for the latest `21.0.2+13` release: ``` curl -I 'https://api.adoptium.net/v3/assets/version/21.0.2+13' HTTP/1.1 404 Not Found ``` `21.0.2+13` is listed on the website: https://adoptium.net/en-GB/temurin/releases/?version=21&package=any The endpoint does...
### Current Behavior `net.filebot.util.prefs.sync=true` should be set on systems where the FileBot Desktop application is not typically closed via the `X` button, and likely to be killed suddenly via `SIGKILL`...