This website requires JavaScript.
Explore
Help
Sign In
holm
/
nushell
Watch
1
Star
1
Fork
0
You've already forked nushell
forked from
extern/nushell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
527c44ed84
nushell
/
tests
/
fixtures
/
formats
/
script_multiline.nu
3 lines
42 B
Plaintext
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 22:46:40 +01:00
echo [1 4] | length
echo [2 3 5] | length
Reference in New Issue
Copy Permalink