nushell/crates/nu-command/tests/commands/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 Clean up tests containing unnecessary cwd: tokens (#9692) 2023-07-17 18:43:51 +02:00
chars.rs support filesize arguments in random binary/chars (#14068) 2024-10-12 14:49:05 +08:00
dice.rs Add long options for platform and random (#10776) 2023-10-19 22:04:33 +02:00
float.rs Rename random decimal to random float (#10320) 2023-09-12 13:03:05 +02:00
int.rs Use int type name consistently (#10579) 2023-10-03 18:24:32 +02:00
mod.rs support filesize arguments in random binary/chars (#14068) 2024-10-12 14:49:05 +08:00
uuid.rs Clippy fixes from stable and nightly (#13455) 2024-07-31 20:37:40 +02:00