mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 07:12:32 +00:00
docs(complete): Tell users how to customize
This commit is contained in:
parent
b4625620fd
commit
5f322e481a
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
//! Complete commands within shells
|
//! Complete commands within shells
|
||||||
//!
|
//!
|
||||||
//! For quick-start, see [`shells::CompleteCommand`]
|
//! For quick-start, see [`shells::CompleteCommand`]
|
||||||
|
//!
|
||||||
|
//! To customize completions, see
|
||||||
|
//! - [`ValueHint`][crate::ValueHint]
|
||||||
|
//! - [`ValueEnum`][clap::ValueEnum]
|
||||||
|
//! - [`ArgValueCompleter`]
|
||||||
|
|
||||||
mod candidate;
|
mod candidate;
|
||||||
mod complete;
|
mod complete;
|
||||||
|
|
Loading…
Reference in a new issue