docs: 📝 add "map" to each's search terms (#6903)

This commit is contained in:
Mel Massadian 2022-10-25 21:24:27 +02:00 committed by GitHub
parent e0cc2c9112
commit 13f87857cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {