nushell/crates/nu-cli/tests/commands/random/mod.rs
smaydew 1ffbb66e64
Initial implementation of random integer subcommand. (#2489)
* Initial implementation of random integer subcommand.

* Added additional examples.

Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
2020-09-04 07:23:02 +12:00

6 lines
74 B
Rust

mod bool;
mod dice;
mod integer;
#[cfg(feature = "uuid_crate")]
mod uuid;