nu-plugin 0.28.0

Nushell Plugin
Documentation
1
2
3
4
5
6
pub mod jsonrpc;
mod plugin;

pub mod test_helpers;

pub use crate::plugin::{serve_plugin, Plugin};