mirror of
https://github.com/nushell/nushell.git
synced 2025-04-15 08:48:19 +02:00
6 lines
115 B
Rust
6 lines
115 B
Rust
mod dynamic;
|
|
pub(crate) mod external;
|
|
|
|
#[allow(unused_imports)]
|
|
pub(crate) use dynamic::Command as DynamicCommand;
|