Skip to main content

Module repl

Module repl 

Source
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§

CommandOptions
Per-command option overrides. None means “use session default”.
ReplSettings
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.