nushell/crates/nu-protocol/src
Ryan Blecher f37f29b441 Add uniq command (#1132)
* 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
2019-12-31 17:05:02 +13:00
..
value Add uniq command (#1132) 2019-12-31 17:05:02 +13:00
call_info.rs Try to re-apply #1039 2019-12-02 11:02:58 -08:00
lib.rs Nu plugins now depend on nu-plugin crate. 2019-12-27 08:52:15 -05:00
macros.rs Extract core stuff into own crates 2019-12-02 10:54:12 -08:00
maybe_owned.rs Extract core stuff into own crates 2019-12-02 10:54:12 -08:00
return_value.rs Nu plugins now depend on nu-plugin crate. 2019-12-27 08:52:15 -05:00
signature.rs Add Range and start Signature support 2019-12-11 16:41:07 -08:00
syntax_shape.rs Add Range and start Signature support 2019-12-11 16:41:07 -08:00
type_name.rs Extract core stuff into own crates 2019-12-02 10:54:12 -08:00
type_shape.rs Add Range and start Signature support 2019-12-11 16:41:07 -08:00
value.rs Add uniq command (#1132) 2019-12-31 17:05:02 +13:00