mirror of
https://github.com/nushell/nushell.git
synced 2025-04-04 22:48:41 +02:00
Fix search terms for str distance
(#6398)
Redundancy with the command name is unnecessary and now tested since #6380 Fixes CI failure
This commit is contained in:
parent
0afe1e4e67
commit
ab77bf3289
@ -34,7 +34,7 @@ impl Command for SubCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn search_terms(&self) -> Vec<&str> {
|
fn search_terms(&self) -> Vec<&str> {
|
||||||
vec!["edit", "distance", "levenshtein"]
|
vec!["edit", "match", "score", "levenshtein"]
|
||||||
}
|
}
|
||||||
|
|
||||||
fn run(
|
fn run(
|
||||||
|
Loading…
Reference in New Issue
Block a user