mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
c13fe83784
* 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
2 lines
42 B
Text
2 lines
42 B
Text
echo [1 4] | length
|
|
echo [2 3 5] | length
|