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.
- TabComplete
OrAccept Hint - 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).