From 5758993e9fc72881703038ad40b939f0b2336139 Mon Sep 17 00:00:00 2001 From: 132ikl <132@ikl.sh> Date: Thu, 17 Oct 2024 05:19:59 -0400 Subject: [PATCH] Add count to uniq search terms (#14108) Adds "count" to uniq's search terms, to facilitate discovery of the `--count` option --- crates/nu-command/src/filters/uniq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/filters/uniq.rs b/crates/nu-command/src/filters/uniq.rs index a22d62b89e..3a82e73aa1 100644 --- a/crates/nu-command/src/filters/uniq.rs +++ b/crates/nu-command/src/filters/uniq.rs @@ -46,7 +46,7 @@ impl Command for Uniq { } fn search_terms(&self) -> Vec<&str> { - vec!["distinct", "deduplicate"] + vec!["distinct", "deduplicate", "count"] } fn run(