Added search terms to math commands (#5224)

This commit is contained in:
merelymyself
2022-04-19 05:33:32 +08:00
committed by GitHub
parent dd1d9b7623
commit 88ec4186ec
13 changed files with 52 additions and 0 deletions

View File

@ -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,