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:
raccmonteiro
2022-12-02 10:36:01 +00:00
committed by GitHub
parent f491d3e1e1
commit fcdc474731
6 changed files with 442 additions and 10 deletions

View File

@ -88,6 +88,7 @@ mod touch;
mod transpose;
mod try_;
mod uniq;
mod uniq_by;
mod update;
mod upsert;
mod url;