Expand description
REPL module for oxur-cli
Provides terminal interface and REPL loop implementations.
Modulesยง
- completer
- Command completion for Oxur REPL
- connect
- Connect mode REPL client implementation
- help
- Help system for Oxur REPL
- info
- System information display for the REPL
- interactive
- Interactive REPL mode implementation
- metrics
- Client-side metrics for REPL operations
- oxur_
prompt - Custom prompt with multi-line support
- pager
- Pager support for displaying long content
- runner
- Shared REPL loop runner
- server
- Server mode REPL implementation
- sexp_
highlighter - Syntax highlighter for S-expressions
- sexp_
validator - Validator for multi-line S-expression editing
- stats
- Statistics display and formatting for REPL sessions
- terminal
- Terminal interface for REPL interaction