remkop / picocli

Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
https://picocli.info
Apache License 2.0
4.89k stars 422 forks source link

DOC: User guide, CDI 2.0 (JSR 365) section: fix example and add warning about dynamic proxies #2290

Closed Mert-Z closed 4 months ago

Mert-Z commented 4 months ago

Addresses the issue raised here: https://github.com/remkop/picocli/issues/1650#issuecomment-2123220393

Also fixed mixed line endings (75 CRLF vs 19090 LF) on docs/index.html file to get all lines to end with LF.

@remkop Please let me know if any changes needed in RELEASE-NOTES.md

remkop commented 4 months ago

Merged. Thank you for the contribution!

(Note to self: still need to update RELEASE_NOTES for this PR)