nu-cmd-plugin 0.112.0

Commands for managing Nushell plugins.
Documentation
1
2
3
4
5
6
7
8
//! Nushell commands for managing plugins.

mod commands;
mod default_context;
mod util;

pub use commands::*;
pub use default_context::*;