mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
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:
parent
d7014e671d
commit
5758993e9f
@ -46,7 +46,7 @@ impl Command for Uniq {
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["distinct", "deduplicate"]
|
||||
vec!["distinct", "deduplicate", "count"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Loading…
Reference in New Issue
Block a user