Skip to main content

Module repl

Module repl 

Source
Expand description

REPL command dispatch — parses slash commands and returns actions.

This module is shared between the TUI and headless entry points. It parses the command string and returns a ReplAction enum that the caller translates into UI-specific behavior.

See crate module docs for the full command table.

Enums§

ReplAction
Action to take after processing a REPL command.

Constants§

PROVIDERS
Available providers for the interactive picker.

Functions§

handle_command
Parse and handle a slash command. Returns the action for the main loop.