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:
Stefan Holderbach 2022-08-24 11:49:03 +02:00 committed by GitHub
parent 0afe1e4e67
commit ab77bf3289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(