Skip to main content

Module repl_commands

Module repl_commands 

Source
Expand description

Slash command parsing and dispatch for the ACB REPL.

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

Structs§

ReplState
Session state preserved across commands.

Functions§

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