add random commands (#366)

* feat: add random command

* feat: add bool sub-command
This commit is contained in:
Jae-Heon Ji
2021-11-30 15:12:19 +09:00
committed by GitHub
parent ce4d9dc7c6
commit 21ddfc61f4
8 changed files with 154 additions and 1 deletions

View File

@ -10,6 +10,7 @@ mod filters;
mod formats;
mod math;
mod platform;
mod random;
mod shells;
mod strings;
mod system;
@ -30,6 +31,7 @@ pub use filters::*;
pub use formats::*;
pub use math::*;
pub use platform::*;
pub use random::*;
pub use shells::*;
pub use strings::*;
pub use system::*;