Skip to main content

Module repl_complete

Module repl_complete 

Source
Expand description

Tab completion for the ACB interactive REPL.

Provides context-aware completion for slash commands, query types, and .acb file paths.

Structs§

AcbHelper
ACB REPL helper providing tab completion.
TabCompleteOrAcceptHint
Event handler: Tab accepts hint if present, else triggers completion.

Constants§

COMMANDS
All available REPL slash commands.

Functions§

bind_keys
Bind custom key sequences to the editor.
suggest_command
Find the closest matching command for a misspelled input (Levenshtein distance).