add a fair amount ofsearch terms (#6090)

This commit is contained in:
pwygab
2022-07-21 19:29:41 +08:00
committed by GitHub
parent 604025fe34
commit 8f00848ff9
9 changed files with 30 additions and 2 deletions

View File

@ -29,6 +29,10 @@ impl Command for Ps {
"View information about system processes."
}
fn search_terms(&self) -> Vec<&str> {
vec!["procedures", "operations", "tasks", "ops"]
}
fn run(
&self,
engine_state: &EngineState,