add a fair amount ofsearch terms (#6090)

This commit is contained in:
pwygab
2022-07-21 19:29:41 +08:00
committed by GitHub
parent 604025fe34
commit 8f00848ff9
9 changed files with 30 additions and 2 deletions

View File

@ -35,6 +35,10 @@ impl Command for Let {
true
}
fn search_terms(&self) -> Vec<&str> {
vec!["set", "const"]
}
fn run(
&self,
engine_state: &EngineState,