nushell/crates/nu-command/src/random
Solomon d83781ddec
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
```
2024-10-12 14:49:05 +08:00
..
binary.rs support filesize arguments in random binary/chars (#14068) 2024-10-12 14:49:05 +08:00
bool.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
chars.rs support filesize arguments in random binary/chars (#14068) 2024-10-12 14:49:05 +08:00
dice.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
float.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
int.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
mod.rs Create random binary command (#13542) 2024-08-05 21:07:12 +02:00
random_.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
uuid.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00