Crate shell_completion

source ·

Structs

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