picocli v3.9.3-fixes Release Notes

    • [#613] Enhancement: Improve picocli heuristics for unmatched options: single-character arguments that don't exactly match options (like -) should be considered positional parameters. Thanks to Oliver Weiler for the bug report.
    • 🛠 [#615] Bugfix: Opaque stacktrace for "%" in Option description. Thanks to petermr for the bug report.
    • 🛠 [#616] Bugfix: showDefaultValues=true with defaultValueProvider did not render defaultValues in usage help. Thanks to Sebastian Thomschke for the bug report.