mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:25:58 +02:00
Add search terms to many commands (#5096)
This commit is contained in:
@ -32,6 +32,10 @@ impl Command for Table {
|
||||
"Render the table."
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["display", "render"]
|
||||
}
|
||||
|
||||
fn signature(&self) -> nu_protocol::Signature {
|
||||
Signature::build("table")
|
||||
.named(
|
||||
|
Reference in New Issue
Block a user