nushell/crates/nu-cli/tests/commands/random/mod.rs
Joseph T. Lyons 9876169f5d
Add dice subcommand to random command (#2082)
* Add dice subcommand to random command

* Update random dice test name

* Stream results of random dice

* Thanks Clippy!
2020-06-30 16:12:51 +12:00

4 lines
30 B
Rust

mod bool;
mod dice;
mod uuid;