This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2024-12-28 22:13:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2791251268
nushell
/
tests
/
fixtures
/
formats
/
script_multiline.nu
3 lines
42 B
Text
Raw
Normal View
History
Unescape
Escape
Rename `count` to `length` (#3166) * 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-13 21:46:40 +00:00
echo [1 4] | length
echo [2 3 5] | length
Reference in a new issue
Copy permalink