From 13f87857cf7bbfd17673827c79524bf3f158c1a0 Mon Sep 17 00:00:00 2001 From: Mel Massadian Date: Tue, 25 Oct 2022 21:24:27 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20add=20"map"=20to=20each'?= =?UTF-8?q?s=20search=20terms=20(#6903)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/nu-command/src/filters/each.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/filters/each.rs b/crates/nu-command/src/filters/each.rs index 923e31505f..442b0c2366 100644 --- a/crates/nu-command/src/filters/each.rs +++ b/crates/nu-command/src/filters/each.rs @@ -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 {