pub fn fuzzy(
store: &Store,
commands: &CommandCatalog,
query: &str,
cwd: &str,
requested_limit: Option<usize>,
settings: &Settings,
) -> Result<CompletionResponse>pub fn fuzzy(
store: &Store,
commands: &CommandCatalog,
query: &str,
cwd: &str,
requested_limit: Option<usize>,
settings: &Settings,
) -> Result<CompletionResponse>