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
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user