Rename some files (#952)

* renamed some files

* clippy

* update tests
This commit is contained in:
Darren Schroeder
2022-02-05 11:35:02 -06:00
committed by GitHub
parent 3eba90232a
commit 2dd32c2b88
35 changed files with 63 additions and 62 deletions

View File

@ -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;