[go: up one dir, main page]

Module engine

Module engine 

Source
Available on crate feature unstable-dynamic only.
Expand description

clap-native completion system

See complete()

Structs§

ArgValueCandidates
Extend Arg with a ValueCandidates
ArgValueCompleter
Extend Arg with a completer
CompletionCandidate
A shell-agnostic completion candidate
PathCompleter
Complete a value as a std::path::Path
SubcommandCandidates
Extend Command with a ValueCandidates

Traits§

ValueCandidates
User-provided completion candidates for an Arg, see ArgValueCandidates
ValueCompleter
User-provided completion candidates for an Arg, see ArgValueCompleter

Functions§

complete
Complete the given command, shell-agnostic