feat: add search terms to network (#5602)

Co-authored-by: Leyoh Li <leyohli@LeyohdeMacBook-Air.local>
This commit is contained in:
Yiheng Li
2022-05-21 11:19:17 +08:00
committed by GitHub
parent 7c63ce15d8
commit e9d8b19d4d
7 changed files with 28 additions and 0 deletions

View File

@ -75,6 +75,10 @@ impl Command for SubCommand {
"Performs HTTP GET operation."
}
fn search_terms(&self) -> Vec<&str> {
vec!["network", "fetch", "get", "pull", "request", "http"]
}
fn run(
&self,
engine_state: &EngineState,