Skip to main content

handle_engine_command

Function handle_engine_command 

Source
pub fn handle_engine_command(
    cmd: &str,
    arg: &str,
    runtime: &mut Runtime,
) -> Option<CommandResult>
Expand description

Process commands that are pure engine logic — no TUI state needed. Returns None if the command needs TUI-level handling.