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.

Home Page:https://picocli.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't generate auto-complete for hidden attributes in picocli.shell.jline3.PicoCommand

clebertsuconic opened this issue · comments

#1076 was about hidden commands on the auto-complete.

However the JLine3 integration still showing hidden attributes.

Can you bring the same fix into JLine3? I don't see any use or mention of hidden from jline3.PicoCommand.

I'm implementing pico / line into ActiveMQ Artemis, and a few attributes that I'm hiding are showing on the JLine terminal but they are being ignored (as expected) on the bash auto-complete generation.

I have sent a Pull Request for this: #2075