forked from extern/nushell
d6f4189c7b
* Fix file lookup in parser keywords * Make nu_repl a testbin; Fix wrong cwd test error
12 lines
154 B
Rust
12 lines
154 B
Rust
extern crate nu_test_support;
|
|
|
|
mod hooks;
|
|
mod modules;
|
|
mod overlays;
|
|
mod parsing;
|
|
mod path;
|
|
#[cfg(feature = "plugin")]
|
|
mod plugins;
|
|
mod scope;
|
|
mod shell;
|