mirror of
https://github.com/nushell/nushell.git
synced 2025-02-03 12:09:38 +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;
|