mirror of
https://github.com/nushell/nushell.git
synced 2025-01-28 09:08:59 +01:00
9876169f5d
* Add dice subcommand to random command * Update random dice test name * Stream results of random dice * Thanks Clippy!
4 lines
30 B
Rust
4 lines
30 B
Rust
mod bool;
|
|
mod dice;
|
|
mod uuid;
|