mirror of
https://github.com/nushell/nushell
synced 2025-01-09 19:59:02 +00:00
6 lines
106 B
Rust
6 lines
106 B
Rust
|
mod bool;
|
||
|
mod command;
|
||
|
|
||
|
pub use self::bool::SubCommand as Bool;
|
||
|
pub use command::RandomCommand as Random;
|