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