mod bool; mod chars; mod command; pub use self::bool::SubCommand as Bool; pub use self::chars::SubCommand as Chars; pub use command::RandomCommand as Random;