mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:25:58 +02:00
Prevents duplicate fields in transpose -r
(#5840)
This commit is contained in:
@ -65,6 +65,7 @@ mod split_row;
|
||||
mod str_;
|
||||
mod take;
|
||||
mod touch;
|
||||
mod transpose;
|
||||
mod uniq;
|
||||
mod update;
|
||||
mod upsert;
|
||||
|
Reference in New Issue
Block a user