Expand description
REPL command parser and interactive loop.
Commands accept optional inline flags (--include-dynamic, --top N, etc.)
that override session-level settings for a single invocation. Use
set/unset/show to manage persistent session settings.
Structs§
- Command
Options - Per-command option overrides.
Nonemeans “use session default”. - Repl
Settings - Session-level settings that persist across REPL commands.
Enums§
- Command
- A parsed REPL command.
Constants§
- COMMAND_
NAMES - All command names, for tab completion.
Functions§
- run
- Run the interactive REPL loop.