1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-13 22:44:27 +02:00
nushell/crates/nu-command/tests/commands/random
Solomon d83781ddec
support filesize arguments in random binary/chars ()
Closes 

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