nushell/crates/nu-engine/src/env/mod.rs
Michael Angerman 481c6d4511
nu_cli refactor in preparation for a crate called nu_command (#2907)
* move basic_shell_manager to nu-engine

* move basic_evaluation_context to nu-engine

* fix failing test in feature which commands/classified/external.rs
2021-01-11 17:58:15 +13:00

4 lines
76 B
Rust

pub(crate) mod basic_host;
pub(crate) mod environment;
pub(crate) mod host;