forked from extern/nushell
support filesize arguments in random
binary
/chars
(#14068)
Closes #13920 # User-Facing Changes `random binary` and `random chars` now support filesize arguments: ```nushell random binary 1kb random chars --length 1kb ```
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
mod binary;
|
||||
mod bool;
|
||||
mod chars;
|
||||
mod dice;
|
||||
|
Reference in New Issue
Block a user