mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +00:00
* start playing with ways to use the uniq command * WIP * Got uniq working, but still need to figure out args issue and add tests * Add some tests for uniq * fmt * remove commented out code * Add documentation and some additional tests showing uniq values and rows. Also removed args TODO * add changes that didn't get committed * whoops, I didn't save the docs correctly... * fmt * Add a test for uniq with nested json * Add another test * Fix unique-ness when json keys are out of order and make the test json more complicated |
||
|---|---|---|
| .. | ||
| commands | ||
| data | ||
| env | ||
| evaluate | ||
| format | ||
| plugins | ||
| shell | ||
| cli.rs | ||
| commands.rs | ||
| context.rs | ||
| data.rs | ||
| deserializer.rs | ||
| env.rs | ||
| format.rs | ||
| git.rs | ||
| lib.rs | ||
| main.rs | ||
| prelude.rs | ||
| shell.rs | ||
| stream.rs | ||
| utils.rs | ||