nu 0.84.0

A new type of shell
1
2
3
4
5
6
7
8
9
10
11
12
13
extern crate nu_test_support;

mod const_;
mod eval;
mod hooks;
mod modules;
mod overlays;
mod parsing;
mod path;
#[cfg(feature = "plugin")]
mod plugins;
mod scope;
mod shell;