Skip to main content

Module repl_commands

Module repl_commands 

Source
Expand description

Slash command parsing and dispatch for the Cortex REPL.

Each slash command maps to functionality from the existing CLI commands, adapted for the interactive session context (e.g., active domain tracking).

Structs§

ReplState
Session state preserved across commands.

Functions§

execute
Parse and execute a slash command. Returns true if the REPL should exit.