mirror of
https://github.com/nushell/nushell
synced 2025-01-03 16:58:58 +00: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::*;
|