Crate shell_completion

Source

Structs§

BashCompletionInput
BashCompletionInput is a struct which contains input data passed from the shell into a completion script. Data within this struct should be used by a completion script to determine appropriate completion options.

Traits§

CompletionInput
CompletionSet