2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-22 18:05:21 +00:00
nushell/tests/fixtures/formats/script_multiline.nu
John-Goff c13fe83784
Rename count to length ()
* update docs to refer to length instead of count

* rename count to length

* change all occurrences of 'count' to 'length' in tests

* format length command
2021-03-14 10:46:40 +13:00

2 lines
42 B
Text

echo [1 4] | length
echo [2 3 5] | length