ddanielr commented on issue #3367:
URL: https://github.com/apache/accumulo/issues/3367#issuecomment-3250639303

   Looking at that comment, is this as simple as disabling event expansion? 
   https://jline.org/docs/history/#history-expansion 
   
   ```
    LineReader reader = LineReaderBuilder.builder()
               .terminal(terminal)
               .option(LineReader.Option.DISABLE_EVENT_EXPANSION, false)
               .build();
   ```


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to