MD

Results 4 comments of MD

fyi: I'm using 'picocli-shell-jline3', version: '4.6.2' and 'jline-terminal-jansi', version: '3.21.0'

Ah, yeah, thank you! To remove them from TAB-completion I would have to extend PicocliJLineCompleter, right?

Hi @remkop, well it would be cool if there was a way to do this out of the box (like passing a callable to the hidden parameter…), but I guess...

I had an idea, what do you think about this: having a LineReader object with all the commands and another LineReader only with commands that could be executed when the...