1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-07 01:52:03 +02:00

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

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

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