Skip to main content

suggest_context

Function suggest_context 

Source
fn suggest_context(
    builder: &mut SuggestionsBuilder<'_>,
    source: &dyn CommandArgumentSource,
    base: &str,
    context_prefix: &str,
    known_contexts: &BTreeMap<String, BTreeSet<String>>,
)