mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 18:03:51 +01:00
d83781ddec
Closes #13920 # User-Facing Changes `random binary` and `random chars` now support filesize arguments: ```nushell random binary 1kb random chars --length 1kb ```
8 lines
73 B
Rust
8 lines
73 B
Rust
mod binary;
|
|
mod bool;
|
|
mod chars;
|
|
mod dice;
|
|
mod float;
|
|
mod int;
|
|
mod uuid;
|