Module org.jline.reader


module org.jline.reader
JLine Reader Module.

This module provides line reading functionality with features like command completion, history, and line editing. It builds on top of the terminal module to provide a rich interactive command-line reading experience.

The reader module includes support for: - Line editing with cursor movement - Command history - Tab completion - Syntax highlighting - Custom key bindings