forked from extern/nushell
add search terms to alias (#5737)
This commit is contained in:
parent
837f0463eb
commit
3423cd54a1
@ -34,6 +34,10 @@ impl Command for Alias {
|
||||
true
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["abbr", "aka", "fn", "func", "function"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
&self,
|
||||
_engine_state: &EngineState,
|
||||
|
Loading…
Reference in New Issue
Block a user