Files
nushell/crates/nu-command/src
Solomon 8b19399b13 support binary input in length (#14224)
Closes #13874

# User-Facing Changes

`length` now supports binary input:

```nushell
> random binary 1kb | length
1000
```
2024-11-04 03:39:24 +00:00
..
2024-11-03 00:56:05 -04:00