feat: add search terms to random & typo fix (#5652)

Co-authored-by: chinsaw <chinsaw@example.com>
This commit is contained in:
tenshik 2022-05-27 01:39:22 +05:30 committed by GitHub
parent 507f24d029
commit d4bfbb5eaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,11 @@ impl Command for RandomCommand {
}
fn usage(&self) -> &str {
"Generate a random values."
"Generate a random value."
}
fn search_terms(&self) -> Vec<&str> {
vec!["generate", "generator"]
}
fn run(