picocli v4.1.2-fixes Release Notes

    • [#888] (API) Added new PicocliCommands class to picocli-shell-jline3 module; bumped JLine to 3.13.2. Thanks to mattirn for the pull request.
    • ๐Ÿ›  [#884] (Bugfix) Built-in picocli.AutoComplete.GenerateCompletion (generate-completion) subcommand now omits validation of mandatory options in the parent command. Thanks to Andreas Deininger for raising this.
    • ๐Ÿ›  [#887] (Bugfix) "Hidden" subcommands and options are no longer shown as suggestions in unmatched argument usage help or autocompletion scripts. Thanks to Andreas Deininger for raising this.
    • ๐Ÿ›  [#871] (Bugfix) All options in an exclusive group are now automatically considered required, to prevent unexpected results when mixing required and non-required options in exclusive ArgGroups. Thanks to W Scott Johnson for raising this.
    • โšก๏ธ [#883] (DOC) Update of Quick Guide. Thanks to Andreas Deininger for the pull request.
    • ๐Ÿ“š [#889][#885] (DOC) Update of Picocli Programmatic API documentation. Thanks to Andreas Deininger for the pull request.
    • ๐Ÿ›  [#891] (DOC) Fixed broken links in README. Thanks to Andreas Deininger for the pull request.
    • [#892] (DOC) Minor improvements to example app in picocli-shell-jline3.