mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01: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> {
|
||||
vec!["edit", "distance", "levenshtein"]
|
||||
vec!["edit", "match", "score", "levenshtein"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Loading…
Reference in New Issue
Block a user