Skip to main content

SubtreeProvider

Type Alias SubtreeProvider 

Source
pub type SubtreeProvider = Arc<dyn Fn(&PartialParse<'_>) -> Vec<String> + Send + Sync>;
Expand description

Type alias for group-level context-aware completion providers (TODO item 7). Receives a structured PartialParse of the command line state and returns candidates to merge into the completer’s output.

Aliased Type§

pub struct SubtreeProvider { /* private fields */ }