mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 02:38:37 +02:00
Add subcommands. Switch from-* and to-* to them (#1708)
This commit is contained in:
@ -131,7 +131,7 @@ fn uniq_when_keys_out_of_order() {
|
||||
cwd: "tests/fixtures/formats", pipeline(
|
||||
r#"
|
||||
echo '[{"a": "a", "b": [1,2,3]},{"b": [1,2,3], "a": "a"}]'
|
||||
| from-json
|
||||
| from json
|
||||
| uniq
|
||||
| count
|
||||
| echo $it
|
||||
|
Reference in New Issue
Block a user