nu-cmd-base 0.111.0

The foundation tools to build Nushell commands.
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]
pub mod formats;
pub mod hook;
pub mod input_handler;
pub mod util;
mod wrap_call;

pub use wrap_call::*;