mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 03:44:19 +01:00
9 lines
139 B
Rust
9 lines
139 B
Rust
|
//! Nushell commands for managing plugins.
|
||
|
|
||
|
mod commands;
|
||
|
mod default_context;
|
||
|
mod util;
|
||
|
|
||
|
pub use commands::*;
|
||
|
pub use default_context::*;
|