(sigil repl commands)
(sigil repl commands) - Shared REPL command handling
This module provides the command registry and built-in commands shared between the interactive REPL and nREPL server.
Hooks allow REPL implementations to customize behavior:
- repl-module-switch-hook: called with (old-module new-module) when user switches
- repl-module-import-hook: called with (module-name) when user imports
- repl-exit-hook: called with no args when user requests exit
No documented exports.