Skip to main content

Module completion

Module completion 

Source
Expand description

Dynamic completion support Dynamic shell completion support

This module provides the infrastructure for dynamic completions that are computed at runtime when the user presses TAB, rather than being hardcoded at compile time.

Structs§

CompletionResult
Result returned by completion functions

Type Aliases§

CompletionFunc
Type alias for completion functions