nu 0.1.2

A shell for the GitHub era
Documentation
1
2
3
4
5
crate mod environment;
crate mod host;

crate use self::environment::Environment;
crate use self::host::Host;