forked from extern/nushell
* feat: Add search terms to find, where, exit, which and fetch, update #5093 * Update crates/nu-command/src/filters/where_.rs Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com> * Update crates/nu-command/src/filters/find.rs Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com> * Update crates/nu-command/src/shells/exit.rs Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com> Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
This commit is contained in:
@ -76,7 +76,9 @@ impl Command for SubCommand {
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["network", "fetch", "get", "pull", "request", "http"]
|
||||
vec![
|
||||
"network", "fetch", "get", "pull", "request", "http", "download", "curl", "wget",
|
||||
]
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Reference in New Issue
Block a user