mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
add a fair amount ofsearch terms (#6090)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user