mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 16:18:26 +02:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user