Module completion

Source
Expand description

Implements programmable command completion support.

Structs§

Completions
Represents a set of generated command completions.
Config
Encapsulates the shell’s programmable command completion configuration.
Context
Encapsulates context used during completion generation.
GenerationOptions
Options for generating completions.
ProcessingOptions
Options governing how command completion candidates are processed after being generated.
Spec
Encapsulates a command completion specification; provides policy for how to generate completions for a given input.

Enums§

Answer
Encapsulates a completion answer.
CompleteAction
Type of action to take to generate completion candidates.
CompleteOption
Options influencing how command completions are generated.