1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-07 03:24:25 +02:00
Commit Graph

1 Commits

Author SHA1 Message Date
Solomon
d83781ddec
support filesize arguments in random binary/chars ()
Closes 

# User-Facing Changes

`random binary` and `random chars` now support filesize arguments:

```nushell
random binary 1kb
random chars --length 1kb
```
2024-10-12 14:49:05 +08:00