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
- Deprecations
- Potential breaking changes
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.