gnodet opened a new pull request, #23911:
URL: https://github.com/apache/camel/pull/23911

   ## Summary
   
   The shell completion group header shows **"PicocliCommandRegistry"** which 
is the JLine class name. Override `name()` to return **"Camel"** instead.
   
   Applied to both `Shell.java` (standalone `camel shell`) and 
`ShellPanel.java` (TUI embedded shell).
   
   A JLine PR ([jline/jline3#1947](https://github.com/jline/jline3/pull/1947)) 
adds a constructor parameter for this. Once merged and released, the override 
can be replaced with `new PicocliCommandRegistry(commandLine, "Camel")`.
   
   _Claude Code on behalf of Guillaume Nodet_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to