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§
- Repl
State - Session state preserved across commands.
Functions§
- execute
- Parse and execute a slash command. Returns
trueif the REPL should exit.