1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-26 04:40:53 +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
chars.rs support filesize arguments in random binary/chars () 2024-10-12 14:49:05 +08:00
dice.rs
float.rs
int.rs
mod.rs support filesize arguments in random binary/chars () 2024-10-12 14:49:05 +08:00
uuid.rs