mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:55:42 +02:00
Added search terms to math commands (#5224)
This commit is contained in:
@ -20,6 +20,10 @@ impl Command for SubCommand {
|
||||
"Finds the product of a list of numbers or tables"
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["times", "multiply", "x", "*"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
&self,
|
||||
_engine_state: &EngineState,
|
||||
|
Reference in New Issue
Block a user