Docs.rs
shell_completion-0.0.2
shell_completion 0.0.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
JoshMcguigan
Dependencies
Versions
30.77%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
shell_
completion
0.0.2
All Items
Crate Items
Structs
Traits
Crate
shell_completion
Copy item path
Source
Structs
§
Bash
Completion
Input
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
§
Completion
Input
Completion
Set