mirror of
https://github.com/nushell/nushell
synced 2024-12-28 22:13:10 +00:00
d83781ddec
Closes #13920 # User-Facing Changes `random binary` and `random chars` now support filesize arguments: ```nushell random binary 1kb random chars --length 1kb ```
7 lines
73 B
Rust
7 lines
73 B
Rust
mod binary;
|
|
mod bool;
|
|
mod chars;
|
|
mod dice;
|
|
mod float;
|
|
mod int;
|
|
mod uuid;
|