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
71b49c3374
commit
6230a62e9e
@ -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