[][src]Crate shell_completion

Structs

BashCompletionInput

BashCompletionInput is a struct which contains all the 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