mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
docs: 📝 add "map" to each's search terms (#6903)
This commit is contained in:
parent
e0cc2c9112
commit
13f87857cf
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ impl Command for Each {
|
|||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["for", "loop", "iterate"]
|
||||
vec!["for", "loop", "iterate", "map"]
|
||||
}
|
||||
|
||||
fn signature(&self) -> nu_protocol::Signature {
|
||||
|
|
Loading…
Reference in a new issue