mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
13 lines
166 B
Rust
13 lines
166 B
Rust
extern crate nu_test_support;
|
|
|
|
mod const_;
|
|
mod hooks;
|
|
mod modules;
|
|
mod overlays;
|
|
mod parsing;
|
|
mod path;
|
|
#[cfg(feature = "plugin")]
|
|
mod plugins;
|
|
mod scope;
|
|
mod shell;
|