add search terms to alias (#5737)

This commit is contained in:
pwygab
2022-06-08 19:22:53 +08:00
committed by GitHub
parent 837f0463eb
commit 3423cd54a1

View File

@ -34,6 +34,10 @@ impl Command for Alias {
true true
} }
fn search_terms(&self) -> Vec<&str> {
vec!["abbr", "aka", "fn", "func", "function"]
}
fn run( fn run(
&self, &self,
_engine_state: &EngineState, _engine_state: &EngineState,