added some search-terms to the platform category (#7021)

* added some search-terms to the `platform` category

* removed the redundant `sleep` search-term

* removed the redundant `gradients` search-term
This commit is contained in:
mike
2022-11-06 20:11:04 +03:00
committed by GitHub
parent 9a1cedfd08
commit 8a812cf03c
3 changed files with 12 additions and 0 deletions

View File

@ -307,6 +307,10 @@ Format: #
]
}
fn search_terms(&self) -> Vec<&str> {
vec!["text-color", "text-style", "colors"]
}
fn run(
&self,
engine_state: &nu_protocol::engine::EngineState,