mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 23:58:06 +02:00
add a fair amount ofsearch terms (#6090)
This commit is contained in:
@ -35,6 +35,10 @@ impl Command for Let {
|
||||
true
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["set", "const"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
&self,
|
||||
engine_state: &EngineState,
|
||||
|
Reference in New Issue
Block a user