mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
f37f29b441
* 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 |
||
---|---|---|
.. | ||
append.rs | ||
cd.rs | ||
compact.rs | ||
cp.rs | ||
default.rs | ||
edit.rs | ||
enter.rs | ||
first.rs | ||
format.rs | ||
get.rs | ||
group_by.rs | ||
histogram.rs | ||
insert.rs | ||
last.rs | ||
lines.rs | ||
ls.rs | ||
mkdir.rs | ||
mod.rs | ||
mv.rs | ||
nth.rs | ||
open.rs | ||
parse.rs | ||
prepend.rs | ||
range.rs | ||
reverse.rs | ||
rm.rs | ||
save.rs | ||
sort_by.rs | ||
split_by.rs | ||
split_column.rs | ||
uniq.rs | ||
where_.rs | ||
wrap.rs |