nu_cmd_plugin/
lib.rs

1//! Nushell commands for managing plugins.
2
3mod commands;
4mod default_context;
5mod util;
6
7pub use commands::*;
8pub use default_context::*;