mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 11:43:18 +02:00
uniq-by
command (#7295)
New command `uniq-by` to get uniq results by column. Closes https://github.com/nushell/nushell/issues/7109
This commit is contained in:
@ -88,6 +88,7 @@ mod touch;
|
||||
mod transpose;
|
||||
mod try_;
|
||||
mod uniq;
|
||||
mod uniq_by;
|
||||
mod update;
|
||||
mod upsert;
|
||||
mod url;
|
||||
|
Reference in New Issue
Block a user