Add count to uniq search terms (#14108)

Adds "count" to uniq's search terms, to facilitate discovery of the
`--count` option
This commit is contained in:
132ikl 2024-10-17 05:19:59 -04:00 committed by sholderbach
parent d7014e671d
commit 5758993e9f

View File

@ -46,7 +46,7 @@ impl Command for Uniq {
}
fn search_terms(&self) -> Vec<&str> {
vec!["distinct", "deduplicate"]
vec!["distinct", "deduplicate", "count"]
}
fn run(