Expand description
Tab completion for commands and paths.
Provides smart completion with prefix matching and directory handling. Uses stub function pattern - module always exists, functions return empty when disabled.
Enums§
- Completion
Result - Tab completion result with type-safe variants for different match outcomes.
Functions§
- suggest_
completions - Suggest completions for partial input using prefix matching. Directories get “/” appended for single matches.