docs(complete): Tell users how to customize

This commit is contained in:
Ed Page 2024-08-09 15:11:55 -05:00
parent b4625620fd
commit 5f322e481a

View file

@ -1,6 +1,11 @@
//! Complete commands within shells
//!
//! For quick-start, see [`shells::CompleteCommand`]
//!
//! To customize completions, see
//! - [`ValueHint`][crate::ValueHint]
//! - [`ValueEnum`][clap::ValueEnum]
//! - [`ArgValueCompleter`]
mod candidate;
mod complete;