Skip to content

Picocli 4.1.1

Compare
Choose a tag to compare
@remkop remkop released this 26 Nov 15:39

Picocli 4.1.1

The picocli community is pleased to announce picocli 4.1.1.

This release contains bugfixes, and documentation enhancements.

The new picocli.AutoComplete.GenerateCompletion reusable subcommand did not flush the generated script to the System.out stream, making it unusable. This has been fixed.

This is the sixty-third public release.
Picocli follows semantic versioning.

Thanks to the Community

Special thanks to Andreas Deininger for the many pull requests and feedback!

Table of Contents

New and Noteworthy

Fixed issues

  • [#880] (Bugfix) Built-in picocli.AutoComplete.GenerateCompletion (generate-completion) subcommand does not flush, resulting in no output. Thanks to Andreas Deininger for raising this.
  • [#875] (DOC) Fix broken internal links in RELEASE-NOTES for 4.1. Thanks to Andreas Deininger for raising this.
  • [#881] (DOC) Update of Quick Guide to the latest execute API. Thanks to Andreas Deininger for the pull request.
  • [#874] (DOC) Fix Javadoc issues. Thanks to Andreas Deininger for the pull request.

Deprecations

No features were deprecated in this release.

Potential breaking changes

This release has no breaking changes.