mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 00:48:59 +02:00
@ -1,9 +1,9 @@
|
||||
mod bool;
|
||||
mod chars;
|
||||
mod command;
|
||||
mod decimal;
|
||||
mod dice;
|
||||
mod integer;
|
||||
mod random_;
|
||||
mod uuid;
|
||||
|
||||
pub use self::bool::SubCommand as RandomBool;
|
||||
@ -12,4 +12,4 @@ pub use self::decimal::SubCommand as RandomDecimal;
|
||||
pub use self::dice::SubCommand as RandomDice;
|
||||
pub use self::integer::SubCommand as RandomInteger;
|
||||
pub use self::uuid::SubCommand as RandomUuid;
|
||||
pub use command::RandomCommand as Random;
|
||||
pub use random_::RandomCommand as Random;
|
||||
|
Reference in New Issue
Block a user