Available on crate feature
unstable-dynamic
only.Expand description
clap
-native completion system
See complete()
Structs§
- ArgValue
Candidates - Extend
Arg
with aValueCandidates
- ArgValue
Completer - Extend
Arg
with a completer - Completion
Candidate - A shell-agnostic completion candidate
- Path
Completer - Complete a value as a
std::path::Path
- Subcommand
Candidates - Extend
Command
with aValueCandidates
Traits§
- Value
Candidates - User-provided completion candidates for an
Arg
, seeArgValueCandidates
- Value
Completer - User-provided completion candidates for an
Arg
, seeArgValueCompleter
Functions§
- complete
- Complete the given command, shell-agnostic