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
-
Packages
ExportsPackageDescriptionJLine 3 Keymap Package - Components for handling keyboard input and key bindings.JLine 3 Reader Package - Core components for building interactive command-line interfaces.JLine 3 Reader Implementation Package.JLine 3 Completer Implementations.JLine 3 History Implementation Package.