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.8k stars 414 forks source link

Don't show hidden commands in JLine3 command description #2248

Closed rehand closed 2 months ago

rehand commented 2 months ago

I've added a bugfix to hide "hidden" options in the command description shown by JLine3.

remkop commented 2 months ago

Merged. Thank you for the contribution!