mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:45:08 +02:00
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>
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
mod bool;
|
||||
mod dice;
|
||||
mod integer;
|
||||
#[cfg(feature = "uuid_crate")]
|
||||
mod uuid;
|
||||
|
Reference in New Issue
Block a user