nu-cmd-extra 0.113.0

Nushell's extra commands that are not part of the 1.0 api standard.
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]
pub mod extra;
pub use extra::*;

#[cfg(test)]
#[macro_use]
extern crate nu_test_support;

#[cfg(test)]
use nu_test_support::harness::main;